Commit 7f944f70 authored by GoshaZotov's avatar GoshaZotov

esc -> hideSpecialPasteOptions

parent 4da17f08
......@@ -789,6 +789,7 @@
case 27: // Esc
t.handlers.trigger("stopFormatPainter");
t.handlers.trigger("stopAddShape");
t.handlers.trigger("hideSpecialPasteOptions");
return result;
case 144: //Num Lock
......
......@@ -463,6 +463,11 @@
} else {
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