faltaba watch

This commit is contained in:
2026-05-15 00:34:04 +02:00
parent 72bfc2b5c1
commit 8df06d9c12
3 changed files with 3 additions and 3 deletions

2
dist/sigpro.ui.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/// <reference path="../sigpro.d.ts" /> /// <reference path="../sigpro.d.ts" />
const { $, h, mount, val, isF, isA, isO } = window.SigPro; const { $, h, mount, watch, val, isF, isA, isO } = window.SigPro;
export const hide = () => document.activeElement?.blur(); export const hide = () => document.activeElement?.blur();