fix this.editor reference

MinRK 11 years ago committed by Matthias Bussonnier
parent dc912dbdbd
commit 7aed2fbb55

@ -143,7 +143,7 @@ define([
}
// We want a single cursor position.
if (this.editor.somethingSelected()|| editor.getSelections().length > 1) {
if (this.editor.somethingSelected()|| this.editor.getSelections().length > 1) {
return;
}

Loading…
Cancel
Save