-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
feat: drop jquery debounce for local implementation #3296
feat: drop jquery debounce for local implementation #3296
Conversation
What fixes this? A little of more background will be great. |
AUTOMERGE: (FAIL)
|
@McGiverGim I've started into looking running configurator in the browser. This could be as easily replaced with something more solid like |
Ok. I wanted to know the reason, is good to have it explained at the text of the PR, to anyone that wants to consult it. |
Failing on account of the missing LF at the EOF. |
@McGiverGim |
53e34f7
to
b14b811
Compare
Replaced handrolled debounce with |
Kudos, SonarCloud Quality Gate passed!
|
Do you want to test this code? Here you have an automated build: |
Drop minimized jquery debounc library from
libraries
in favour of local implementation