Skip to content

Commit 683394b

Browse files
committed
EditorOptions.keyboardHandler value can be null
1 parent 04e1eb2 commit 683394b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ace.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export namespace Ace {
216216
wrapBehavioursEnabled: boolean;
217217
enableAutoIndent: boolean;
218218
autoScrollEditorIntoView: boolean;
219-
keyboardHandler: string;
219+
keyboardHandler: string | null;
220220
placeholder: string;
221221
value: string;
222222
session: EditSession;

0 commit comments

Comments
 (0)