Update zen-components submodule commit

``
This commit is contained in:
Mauro Baladés
2024-09-29 22:27:03 +03:00
parent 69093204b9
commit 58fcbd9dfa
2 changed files with 3 additions and 1 deletions

View File

@@ -829,6 +829,8 @@ var gZenCKSSettings = {
const modifiers = new KeyShortcutModifiers(event.ctrlKey, event.altKey, event.shiftKey, event.metaKey, false);
const modifiersActive = modifiers.areAnyActive();
input.classList.remove(`${ZEN_CKS_INPUT_FIELD_CLASS}-not-set`);
let shortcut = event.key;
shortcut = shortcut.replace(/Ctrl|Control|Shift|Alt|Option|Cmd|Meta/, ''); // Remove all modifiers