fault isA

This commit is contained in:
2026-05-14 16:59:35 +02:00
parent dc9af3181f
commit 26464d2161
3 changed files with 3 additions and 3 deletions

View File

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