mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
refactor: Update ZenKeyboardShortcuts to use gZenUIManager.createValidXULText for key attribute
This commit is contained in:
parent
e12618009e
commit
d83b0ac342
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ var gZenKeyboardShortcuts = {
|
|||
<key
|
||||
id="zen-key_${_action}"
|
||||
class="zen-keyboard-shortcut"
|
||||
key="${key}"
|
||||
key="${gZenUIManager.createValidXULText(key)}"
|
||||
${this._getCommandAttribute(action)}
|
||||
modifiers="${modifiers}"/>
|
||||
`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue