presets fix

This commit is contained in:
Egor Aristov 2025-02-23 14:21:36 +03:00
parent 43a143bd07
commit edcec75ef8
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

@ -32,6 +32,7 @@ watch(store.specs, debounce(() => {
generate();
} else {
resultLink.value = "";
resultPreset.value = "";
}
}, 100),
{immediate: true}