Hello,
I have noticed some unexpected behavior when using the context menu options.
It seems that once a custom menu is activated (by right-clicking), it remains displayed permanently, even after selecting another file or navigating to a different folder.
Naively, I would have expected the context menu to disappear as soon as the associated element is no longer in focus.
Please refer to this minimal example.
How to reproduce:
1- Right-click on file.txt. Notice that the context menu is displayed
2- Single left-click on file.ts. Notice that the context menu for file.txt is still visible
3- Single left-click on folder. Notice that the context menu for file.txt is still visible
Another example when navigating to a different folder:
1- Right-click on file.txt. Notice that the context menu is displayed
2- Double left-click on folder. Notice that we are now in folder directory and that the context menu for file.txt is still visible
Are you aware of this behavior? Is it a bug?
Is there a workaround or some documentation I might have missed?
Best regards,