Remove log

This commit is contained in:
Andrew Kingston 2023-01-12 15:41:00 +00:00
parent 2ebfdc91bd
commit 818aff859d
1 changed files with 0 additions and 1 deletions

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 = {