Skip to content

Commit 5e99106

Browse files
committedJun 27, 2012
Ticket #127 - Fix for ctrl+s shortcut
1 parent af397d4 commit 5e99106

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎epiceditor/js/epiceditor.js

+1
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@
767767
if (isCtrl === true && e.keyCode == 83) {
768768
self.save();
769769
e.preventDefault();
770+
isCtrl = false;
770771
}
771772

772773
// Do the same for Mac now (metaKey == cmd).

0 commit comments

Comments
 (0)