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
Is your feature request related to a problem? Please describe.
I'd like to be able to use the file/directory that the cursor is currently on without having to "select" it. This would give me the ability to execute multiple distinct actions with the file picker and not be limited the only select.
Describe the solution you'd like
Expose a public method on the file picker model that returns the file/directory under the cursor.
Describe alternatives you've considered
It may be possible to keep track of the path outside of the file picker.
One could argue that this functionality does not belong in a file picker, and in that case I'd have to create a custom component which is very similar.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to be able to use the file/directory that the cursor is currently on without having to "select" it. This would give me the ability to execute multiple distinct actions with the file picker and not be limited the only select.
Describe the solution you'd like
Expose a public method on the file picker model that returns the file/directory under the cursor.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: