Show More
@@ -143,7 +143,7 define([ | |||||
143 | } |
|
143 | } | |
144 |
|
144 | |||
145 | // We want a single cursor position. |
|
145 | // We want a single cursor position. | |
146 | if (this.editor.somethingSelected()|| editor.getSelections().length > 1) { |
|
146 | if (this.editor.somethingSelected()|| this.editor.getSelections().length > 1) { | |
147 | return; |
|
147 | return; | |
148 | } |
|
148 | } | |
149 |
|
149 |
General Comments 0
You need to be logged in to leave comments.
Login now