SIGN IN SIGN UP

fix(file_selector): Correct path comparison for selected files

The FileSelector:get_filepaths() function incorrectly filters selected
files due to a mismatch in path formats (relative vs. absolute).

Fix the issue by converting relative file paths to absolute paths before
doing the comparison. Use a set instead of re-scanning the table when
filtering out duplicates.
D
Dmitry Torokhov committed
318a45ae08c2d2c0515fa6080aaacaa05bafdf9a
Parent: 61e3802
Committed by yetone <yetoneful@gmail.com> on 7/15/2025, 8:41:22 AM