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'm wondering if its possible to highlight the filename of a file that was clicked?
My use case is read only, so I have readOnly set to true and showCheckbox set to false.
When a user clicks a file I use the onNameClick function to fetch the file and display it in another panel to the right of the file tree. I want to then highlight the filename of the file in the file tree so the user knows which file is currently being viewed in the panel on the right.
Thank you.
The text was updated successfully, but these errors were encountered:
Forgive me if I'm overlooking an obvious answer.
I'm wondering if its possible to highlight the filename of a file that was clicked?
My use case is read only, so I have readOnly set to true and showCheckbox set to false.
When a user clicks a file I use the onNameClick function to fetch the file and display it in another panel to the right of the file tree. I want to then highlight the filename of the file in the file tree so the user knows which file is currently being viewed in the panel on the right.
Thank you.
The text was updated successfully, but these errors were encountered: