Skip to content
Snippets Groups Projects
Commit 2625d29d authored by chris's avatar chris
Browse files

remove console log

parent b60c28fd
No related branches found
No related tags found
No related merge requests found
Pipeline #57295 passed with stages
in 2 minutes and 55 seconds
......@@ -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 });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment