1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2023-01-12 15:41:00 +00:00
parent 2477f4f40b
commit 034871ebad

View file

@ -3,7 +3,6 @@ export default function positionDropdown(
{ anchor, align, maxWidth, useAnchorWidth }
) {
const update = () => {
console.log("update")
const anchorBounds = anchor.getBoundingClientRect()
const elementBounds = element.getBoundingClientRect()
let styles = {