Commit 7f944f70 authored by GoshaZotov's avatar GoshaZotov

esc -> hideSpecialPasteOptions

parent 4da17f08
...@@ -789,6 +789,7 @@ ...@@ -789,6 +789,7 @@
case 27: // Esc case 27: // Esc
t.handlers.trigger("stopFormatPainter"); t.handlers.trigger("stopFormatPainter");
t.handlers.trigger("stopAddShape"); t.handlers.trigger("stopAddShape");
t.handlers.trigger("hideSpecialPasteOptions");
return result; return result;
case 144: //Num Lock case 144: //Num Lock
......
...@@ -463,6 +463,11 @@ ...@@ -463,6 +463,11 @@
} else { } else {
self.model.recalcWB(false); self.model.recalcWB(false);
} }
},
//special paste
"hideSpecialPasteOptions": function () {
self.handlers.trigger("hideSpecialPasteOptions");
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment