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

Fix problem for '[accept-user-input] = false' #372

Closed
wants to merge 5 commits into from

Conversation

GobertBryan
Copy link

Fix problem for '[accept-user-input] = false' (avoid keeping an incorrect character).
(eg: write azerty. First time correctly deleted when losing focus but second time, when losing focus, don't delete first character 'a'. And it keeps going)
Also avoid problem when part of value is replaced (eg: Chicago renamed Chicert become Chice)

…rect character).

(eg: write azerty. First time correctly deleted when losing focus but second time, when losing focus, don't delete first character 'a'. And it keeps going)
Also avoid problem when part of value is replaced (eg: Chicago renamed Chicert become Chice)
.gitignore Outdated
@@ -3,7 +3,6 @@ typings
.idea
.vscode
*.log
dist
Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't need to commit build file and dist, so that's a totally wrong move when we do publish, the build should be done locally for who do publish, the only source code is needed, not the build itself.

Bryan Gobert added 2 commits December 18, 2018 21:48
This reverts commit 83ae436.
This reverts commit f52f880.
almothafar added a commit that referenced this pull request Sep 15, 2024
@almothafar almothafar closed this Sep 15, 2024
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.

2 participants