-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The enableKeyboardAccessibility option cannot be used when using ace via the wrapper in Angular application.
this.editor.setOption('enableKeyboardAccessibility', true);
// or
// this.editor.setOptions({ enableKeyboardAccessibility: true });Produces the following warning the console:
misspelled option "enableKeyboardAccessibility"
The project seems to have ace-builds as a dependency, which had enableKeyboardAccessibility option implemented at version 1.17.0 of ace, but it seems actually only brace is used under the hoods, which does not receive updates since ace 1.2.9.
Not sure why ace-builds is even a dependency of this package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels