mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:40:00 +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
|
<key
|
||||||
id="zen-key_${_action}"
|
id="zen-key_${_action}"
|
||||||
class="zen-keyboard-shortcut"
|
class="zen-keyboard-shortcut"
|
||||||
key="${key}"
|
key="${gZenUIManager.createValidXULText(key)}"
|
||||||
${this._getCommandAttribute(action)}
|
${this._getCommandAttribute(action)}
|
||||||
modifiers="${modifiers}"/>
|
modifiers="${modifiers}"/>
|
||||||
`);
|
`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue