-
-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Labels
Bug 🐞Something isn't workingSomething isn't working
Description
dialogic/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd
Line 69 in 92f4241
var line_stripped: String = line.strip_edges(true, true) |
This line strips white space and line-break/carriage-return characters but not the back-slash from the text editor.
That means that when you press enter on a Text node in the timeline and then leave it without typing another character, the line will end with a backslash and absorb the following line as part of the text. For example, a Jump event following text now prints "jump {timeline name}" at the end of the speed box.
I'm not sure if it'd be better to strip backslash from the right-end or to avoid stripping line-breaks/carriage-returns.
Metadata
Metadata
Assignees
Labels
Bug 🐞Something isn't workingSomething isn't working