You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
It doesn't happen to me everytime, but sometimes when I use my implementation of EditorJS and I hover over the Editor JS component region just as it's loading, the toolbar renders with a negative top value, so it's way above the first component block.
Expected behavior:
I would expect that the toolbar always appears next to the content block hovered, or not at all.
I think that means that the top value should only be allowed to be 0px at minimum.
Describe a bug.
Steps to reproduce:
It doesn't happen to me everytime, but sometimes when I use my implementation of EditorJS and I hover over the Editor JS component region just as it's loading, the toolbar renders with a negative
top
value, so it's way above the first component block.Expected behavior:
I would expect that the toolbar always appears next to the content block hovered, or not at all.
I think that means that the
top
value should only be allowed to be0px
at minimum.Screenshots:
Device, Browser, OS:
Macbook Pro
Chrome
14.6.1
Editor.js version:
"@editorjs/editorjs": "^2.30.6",
Plugins you use with their versions:
The text was updated successfully, but these errors were encountered: