Summary:
Text elements do not accept line breaks. Pressing Enter (or modifiers like Ctrl/Command + Enter) has no effect, preventing multi-line input.
Steps to reproduce:
- Select a text element on the canvas.
- Begin editing the text.
- Press Enter, Ctrl+Enter, or Command+Enter to insert a new line.
Actual result:
No line break is added.
The text remains on a single line, regardless of key combination used.
https://github.com/user-attachments/assets/fe831b29-0a40-4dba-8d22-4416b0cb5303
Expected result:
A new line should be inserted at the cursor position, allowing for multi-line text input.