We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912db2b commit c0387e8Copy full SHA for c0387e8
src/text-expander-element.ts
@@ -105,9 +105,6 @@ class TextExpander {
105
top: targetPosition.top - currentPosition.top
106
}
107
108
- // eslint-disable-next-line no-console
109
- console.log(delta)
110
-
111
if (delta.left !== 0 || delta.top !== 0) {
112
// Use computedStyle to avoid nesting calc() deeper and deeper
113
const currentStyle = getComputedStyle(menu)
0 commit comments