Add more Zod types to api.ts (#440)

This commit is contained in:
Björn Söderqvist
2024-08-15 16:45:40 +02:00
committed by GitHub
parent 1ff7a70579
commit 775f536d30
11 changed files with 165 additions and 57 deletions

View File

@@ -130,7 +130,7 @@ const onMouseMove = (e: MouseEvent) => {
}
watch(
() => settingStore.get<boolean>('Comfy.EnableTooltips'),
() => settingStore.get('Comfy.EnableTooltips'),
(enabled) => {
if (enabled) {
window.addEventListener('mousemove', onMouseMove)