Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

Tag autocomplete state is cleared when StatusBar updates #532

Open Webreaper opened 3 months ago

Webreaper commented 3 months ago

StateHasChanged is called in a completely different render tree, but still results in the auto-complete resetting.

Reported as a MudBlazor bug here: https://github.com/MudBlazor/MudBlazor/pull/6563