Fix minor typo in enableLiveAutocomplete
This commit is contained in:
parent
889e9248f8
commit
297c05831e
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ require("../config").defineOptions(Editor.prototype, "editor", {
|
|||
// On each change automatically trigger the autocomplete
|
||||
this.commands.on('afterExec', doLiveAutocomplete);
|
||||
} else {
|
||||
this.removeListener('afterExec', doLiveAutocomplete);
|
||||
this.commands.removeListener('afterExec', doLiveAutocomplete);
|
||||
}
|
||||
},
|
||||
value: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue