Skip to content

Commit

Permalink
EditorOptions.keyboardHandler value can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
anijanyan committed Jul 28, 2022
1 parent 04e1eb2 commit 683394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export namespace Ace {
wrapBehavioursEnabled: boolean;
enableAutoIndent: boolean;
autoScrollEditorIntoView: boolean;
keyboardHandler: string;
keyboardHandler: string | null;
placeholder: string;
value: string;
session: EditSession;
Expand Down

0 comments on commit 683394b

Please sign in to comment.