Skip to content

FolderView: Ignore file related clicks if rename editor is open and is clicked

Akseli Lahtinen requested to merge work/akselmo/fix-label-click-on-rename into master

The listener would take over the context menu handling and turn off any other menus, even when the rename editor is the one being clicked.

Check for editor existing similar way as in the onClicked property to avoid listener taking over.

BUG:494558

Merge request reports