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
Right now when you press the TAB key in the editor, the focus changes to the next element.
But instead, it should insert a TAB whitespace in the editor, for code and stuff, if it's pressed while the editor is in focus.
You can add it in the bottom of editor_events() in resources/js/assets/vue_init.js
Let me know if you have questions.
The text was updated successfully, but these errors were encountered:
Right now when you press the TAB key in the editor, the focus changes to the next element.
But instead, it should insert a TAB whitespace in the editor, for code and stuff, if it's pressed while the editor is in focus.
You can add it in the bottom of
editor_events()
inresources/js/assets/vue_init.js
Let me know if you have questions.
The text was updated successfully, but these errors were encountered: