fix Regression: cannot disable editor commands with canon.removeCommand()
fix #294
This commit is contained in:
parent
a0196ee144
commit
afa8bb9698
2 changed files with 2 additions and 2 deletions
|
|
@ -594,7 +594,7 @@ exports.launch = function(env) {
|
|||
|
||||
// Fake-Print with custom lookup-sender-match function.
|
||||
canon.addCommand({
|
||||
name: "save",
|
||||
name: "print",
|
||||
bindKey: {
|
||||
win: "Ctrl-P",
|
||||
mac: "Command-P",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit fb3c117f12a55432a5f5e3d056b877217ec32202
|
||||
Subproject commit c12951b867e20371f3f30ec67234f737c68359c7
|
||||
Loading…
Add table
Add a link
Reference in a new issue