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