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
When we used navigateToDir with passing both paths for parent folder and the file entry, the navigator would update the current path to the folderPath, and has the according file entry highlighted. But if the folder has a long list of files, and this selected file is down at bottom of the list, the navigator pane is not scrolling to the selected entry, and user has to manually use mouse to scroll down the list. May I ask is there any way we can auto-scroll? Thanks!
The text was updated successfully, but these errors were encountered:
@visortelle Thanks! I have tried to add the feature in the source code, and it works with that change. May I ask can you add me as a contributor, so that I can submit a PR, and have it added to the library if possible? Thanks a lot!
When we used
navigateToDir
with passing both paths for parent folder and the file entry, the navigator would update the current path to the folderPath, and has the according file entry highlighted. But if the folder has a long list of files, and this selected file is down at bottom of the list, the navigator pane is not scrolling to the selected entry, and user has to manually use mouse to scroll down the list. May I ask is there any way we can auto-scroll? Thanks!The text was updated successfully, but these errors were encountered: