remove dead code and fix some types

This commit is contained in:
Michael Telatynski 2021-05-20 22:25:19 +01:00
parent 78f569de94
commit 28eaac0ef8
4 changed files with 7 additions and 28 deletions

View file

@ -237,7 +237,7 @@ export default class EditorModel {
}
}
}
// not _autoComplete, only there if active part is autocomplete part
// not autoComplete, only there if active part is autocomplete part
if (this.autoComplete) {
return this.autoComplete.onPartUpdate(part, pos);
}