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
When typing text without setting a newline, the Visual Editor displays the text area box incorrectly for one moment unless more letters get added.
This fixes itself when typing just a little more. The example text in the screenshot is:
A very long text that has an annoying wrap into the next line before and that is qu
Adding any letter will fix view with a scrollbar at the end.
System (please complete the following information):
The text was updated successfully, but these errors were encountered:
Fix visual editor text event height calculation (dialogic-godot#2091)
e5137eb
Fix multiline events, improve syntax highlighting and text event heig…
5e08518
…ht calculation (#2116) * Fix #2115 * Fix issue with multilines before choices * Add syntax highlighting and CodeCompletion on multiline shortcode events * Fix visual editor text event height calculation (#2091)
Successfully merging a pull request may close this issue.
The problem
When typing text without setting a newline, the Visual Editor displays the text area box incorrectly for one moment unless more letters get added.
This fixes itself when typing just a little more.
The example text in the screenshot is:
Adding any letter will fix view with a scrollbar at the end.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: