1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-02-06 23:32:58 +00:00

Merge pull request #142 from koloml/bugfix/profile-view-tags-list

Profile View: Fixed tags list not being properly reactive in the extension popup
This commit is contained in:
2026-01-09 06:44:23 +04:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
let { profile }: ProfileViewProps = $props();
const sortedTagsList = profile.settings.tags.sort((a, b) => a.localeCompare(b));
const sortedTagsList = $derived(profile.settings.tags.sort((a, b) => a.localeCompare(b)));
</script>
<div class="block">