Skip to content

sidebar: prevent auto folder opening on hover when re-ordering bookmarks

Sayan Bhattacharjee requested to merge (removed):fix_2820 into master

Currently, in the sidebar, when dragging to re-order bookmarks, other bookmarked folders are automatically opening while hovering over them as it happens during a drag-and-drop operation.

This action should not be permitted because it is inconceivable to drag-and-drop a bookmark into another bookmark.

This commit implements a check to PREVENT automatically navigating into the bookmarked folders if they are hovered on while dragging a bookmark with the intent to just re-order them.

Fixes: #2820 (closed)

Merge request reports