mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
Add more Zod types to api.ts (#440)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user