Selaa lähdekoodia

Fixed command L - closes #53

Andrew Kane 8 vuotta sitten
vanhempi
commit
a3788c63fe
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      app/views/blazer/queries/_form.html.erb

+ 2 - 0
app/views/blazer/queries/_form.html.erb

@@ -88,6 +88,8 @@
     },
     },
     readOnly: false // false if this command should not apply in readOnly mode
     readOnly: false // false if this command should not apply in readOnly mode
   });
   });
+  // fix command+L
+  editor.commands.removeCommands(["gotoline"]);
 
 
  // http://stackoverflow.com/questions/11584061/
  // http://stackoverflow.com/questions/11584061/
  function adjustHeight() {
  function adjustHeight() {