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
I noticed that when opening a folder from the grid or list view, the onFileOpen event is correctly triggered. However, when opening a folder from the left sidebar, the event is not being fired.
Steps to reproduce:
Use the component with an onFileOpen event handler.
Open a folder from the grid or list view → The onFileOpen event is triggered (✅).
Open a folder from the left sidebar → The onFileOpen event is not triggered (❌).
Expected behavior:
The onFileOpen event should be triggered regardless of whether the folder is opened from the grid/list view or the left sidebar.