FolderView: Ignore file related clicks if rename editor is open and is clicked
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.