chore: format custom editor
This commit is contained in:
@@ -36,7 +36,11 @@ export class CustomEditor extends Editor {
|
|||||||
this.onShiftTab();
|
this.onShiftTab();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (matchesKey(data, Key.escape) && this.onEscape && !this.isShowingAutocomplete()) {
|
if (
|
||||||
|
matchesKey(data, Key.escape) &&
|
||||||
|
this.onEscape &&
|
||||||
|
!this.isShowingAutocomplete()
|
||||||
|
) {
|
||||||
this.onEscape();
|
this.onEscape();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user