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

setValue method is emitting the change event twice #183

Closed
bjdash opened this issue Apr 4, 2021 · 2 comments
Closed

setValue method is emitting the change event twice #183

bjdash opened this issue Apr 4, 2021 · 2 comments

Comments

@bjdash
Copy link

bjdash commented Apr 4, 2021

The setValue method is first removing the existing text and then inserting the new value by calling remove and insert one after another. This is causing the change event to be signaled twice.

@zhq195
Copy link

zhq195 commented Sep 15, 2021

I have also encountered this problem. I am working hard for this problem and continue to pay attention to it

@thlorenz
Copy link
Owner

Please file this in the actual ace repo. This is just a automatic refactor of it to make it browserifiable.

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

3 participants