You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
with a legacy code I'm getting warning misspelled option "backwards"
Looking at your code it looks like it's indeed and option
I do this.aceOptions = { backwards: true, }
and configure with <ace-editor [options]="aceOptions" ...
thanks
The text was updated successfully, but these errors were encountered:
Hi,
with a legacy code I'm getting warning
misspelled option "backwards"
Looking at your code it looks like it's indeed and option
I do
this.aceOptions = { backwards: true, }
and configure with
<ace-editor [options]="aceOptions" ...
thanks
The text was updated successfully, but these errors were encountered: