Norio Suzuki 10 سال پیش
والد
کامیت
36bdd6a133
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      resource/js/crowi-form.js

+ 2 - 1
resource/js/crowi-form.js

@@ -170,7 +170,8 @@ $(function() {
   };
   };
 
 
   var handleSpaceKey = function(event) {
   var handleSpaceKey = function(event) {
-    if (event.shiftKey && event.altKey) {
+    // keybind: alt + shift + space
+    if (!(event.shiftKey && event.altKey)) {
       return;
       return;
     }
     }
     var currentLine = getCurrentLine(event);
     var currentLine = getCurrentLine(event);