diff --git a/wax-questions-service/src/MultipleDropDownService/components/DropDownComponent.js b/wax-questions-service/src/MultipleDropDownService/components/DropDownComponent.js index f52cc6b889ebc5d7c93c33f80afdf14c3a5d7985..56cc6b437afd9a9c008b74e7f9288e812a3bde1c 100644 --- a/wax-questions-service/src/MultipleDropDownService/components/DropDownComponent.js +++ b/wax-questions-service/src/MultipleDropDownService/components/DropDownComponent.js @@ -119,7 +119,6 @@ export default ({ setPosition, position }) => { const { from } = selection; const WaxSurface = activeView.dom.getBoundingClientRect(); const start = activeView.coordsAtPos(from); - console.log(start, WaxSurface.top); const left = start.left - WaxSurface.left - 75; const top = start.top - WaxSurface.top + 25; setPosition({ ...position, left, top });