Skip to content

[#6587]: Fix infinite text nodes on dragging into a symbol#6600

Merged
artf merged 4 commits intodevfrom
symbol-text-infinite-loop
Sep 3, 2025
Merged

[#6587]: Fix infinite text nodes on dragging into a symbol#6600
artf merged 4 commits intodevfrom
symbol-text-infinite-loop

Conversation

@mohamedsalem401
Copy link
Contributor

For #6587

When adding a text node to a symbol, an infinite loop was triggered. This occurred because the Editor.store() method was being called, which in turn activated the text node's sync content method, causing a repetitive cycle of adding the text node and calling Editor.store() again.

Copy link
Member

@artf artf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@artf artf linked an issue Sep 3, 2025 that may be closed by this pull request
2 tasks
@artf artf merged commit 3b97b7a into dev Sep 3, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Adding text to a symbol replaces the text node over and over again

2 participants