fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
91 stars 14 forks source link

Only update visible items when search value is empty #181

Closed fluxxcode closed 4 weeks ago

fluxxcode commented 4 weeks ago

This PR implements the first iteration of only updating visible items inside the central panel. Now all items are only updated if the text filter is not empty or the create directory dialog is open.

Ref #168