Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(filepicker): add file selection persistence
- Introduced `FileSelected` field to `Model` to store the selected file name. - Updated `Update` method to restore the selected file index based on `FileSelected`. - Adjusted min and max values to ensure the selected file is within the visible range.
- Loading branch information