Skip to content
New issue

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

"design:updated" event is not triggered when consecutive changes are made to the currently focused element #396

Open
arun-targetbay opened this issue Apr 15, 2024 · 0 comments

Comments

@arun-targetbay
Copy link

unlayer.addEventListener('design:updated', (design: any) => { this.autoSave(design); console.log('design:updated', design); });

The "design:updated" event is successfully triggering and logging on the first update of the element. However, for consecutive updates on the same element, the callback associated with the "design:updated" event is not being fired. This issue prevents us from capturing and handling consecutive updates effectively. We need to investigate and resolve this behavior to ensure that the "design:updated" event functions as expected for all updates on the element.

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

No branches or pull requests

1 participant