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
Do a quick search and make sure the bug has not been reported yet.
Please disclose security vulnerabilities privately at oss@kommit.co.
Finally, be nice and have fun!.
Description
I'm not so sure if this should be the correct behavior but once you drag a block the cared position automatically are positioned on the next block closer instead the dragged block.
Environment
Editor.js version: 2.30.8
Plugins you use with their versions: editorjs-drag-drop 1.1.16
As shown in the video when I dropped paragraph 4 instead of the paragraph 4 keep focus this changes to paragraph 2.
Expected behavior
I would think the correct behavior might be keep the focus in the arranged block instead change to upper
block or below block.
Additional context
Already I did a fix to this but I have no rights to push it into a new branch. I'm not so sure if this might be a issue related with this plugin, because this could be "normal" behavior of the block API "move" method (https://editorjs.io/blocks/#move), but I think its a little weird the current behavior.
The text was updated successfully, but these errors were encountered:
Precheck
Description
I'm not so sure if this should be the correct behavior but once you drag a block the cared position automatically are positioned on the next block closer instead the dragged block.
Environment
Current behavior
[
](https://imgur.com/a/riJqewt)
As shown in the video when I dropped paragraph 4 instead of the paragraph 4 keep focus this changes to paragraph 2.
Expected behavior
I would think the correct behavior might be keep the focus in the arranged block instead change to upper
block or below block.
Additional context
Already I did a fix to this but I have no rights to push it into a new branch. I'm not so sure if this might be a issue related with this plugin, because this could be "normal" behavior of the block API "move" method (https://editorjs.io/blocks/#move), but I think its a little weird the current behavior.
The text was updated successfully, but these errors were encountered: