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
would it be possible to double click a folder to enter this one, instead of clicking at the bottom of the panel the "Enter Folder". I noticed a few users who all add the same reflex of double clicking to try to enter the folder.
The text was updated successfully, but these errors were encountered:
The current implementation uses ipywidgets.Select(Multiple), which does not support double-click event as far as I know. So to support this we need to implement a custom widget. Maybe we can extend the standard Select widget for this.
would it be possible to double click a folder to enter this one, instead of clicking at the bottom of the panel the "Enter Folder". I noticed a few users who all add the same reflex of double clicking to try to enter the folder.
The text was updated successfully, but these errors were encountered: