feat: fix some shit

This commit is contained in:
2023-08-06 18:06:09 +02:00
parent 6f650b568d
commit f482ebcce0
10 changed files with 23 additions and 12 deletions

View File

@@ -106,6 +106,7 @@ export const KMenu = (
if (ev?.target?.nodeName == "INPUT") {
return;
}
if (!visible.value) {
ev.preventDefault();
ev.stopPropagation();