This commit is contained in:
2026-05-14 15:33:58 +02:00
parent 5efb9e0f96
commit 00ad6d7f9f
9 changed files with 325 additions and 4 deletions

View File

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