This commit is contained in:
2025-10-19 20:31:29 +03:00
Unverified
parent 66f0b756a0
commit f5527ca14e
67 changed files with 891 additions and 902 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function id<T extends Element = HTMLElement>(id: string): T {
/**
* Runs the specified callback after `click` or `touchstart` event is triggered.
*
*
* @param action The action to perform after interaction
* @returns A function to clean up the event listeners.
*/