We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'v got Editor instance by the code:
editorInit(e) { require("brace/ext/language_tools"); //language extension prerequsite... require("brace/theme/eclipse"); require("brace/snippets/json"); require("brace/theme/chrome"); require("brace/mode/json"); editor=e; },
but when i use
editor.resize()
it doesn't work
The text was updated successfully, but these errors were encountered:
I think this might help you a little,I found this method layer by layer in the editor's properties,and it works this.$refs.sqlEditor.editor.resize()
this.$refs.sqlEditor.editor.resize()
Sorry, something went wrong.
No branches or pull requests
I'v got Editor instance by the code:
but when i use
it doesn't work
The text was updated successfully, but these errors were encountered: