This commit is contained in:
Jan Prochazka
2021-03-11 10:52:51 +01:00
parent d5ebea3764
commit 8a4275fb09
4 changed files with 177 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
if (command) {
e.preventDefault();
e.stopPropagation();
command.onClick();
}
}