This commit is contained in:
parent
e4cdb61fcc
commit
d2133cc174
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ export const keymap = {
|
|||
this.value = this.getAttribute("data-value");
|
||||
return;
|
||||
}
|
||||
this.setAttribute("data-value", keymapStr);
|
||||
this.setAttribute("data-value", updateHotkeyTip(keymapStr));
|
||||
this.value = updateHotkeyTip(keymapStr);
|
||||
keymap._setkeymap(app);
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue