Explorar o código

Fixed command L - closes #53

Andrew Kane %!s(int64=8) %!d(string=hai) anos
pai
achega
a3788c63fe
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
   });
+  // fix command+L
+  editor.commands.removeCommands(["gotoline"]);
 
  // http://stackoverflow.com/questions/11584061/
  function adjustHeight() {