Add back the `wait` time to Drupal.debounce function call.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flame-old.png | 167.61 KB | nod_ |
| #3 | flame-new.png | 163.95 KB | nod_ |
| add-debounce-wait-time.patch | 540 bytes | droplet |
Add back the `wait` time to Drupal.debounce function call.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flame-old.png | 167.61 KB | nod_ |
| #3 | flame-new.png | 163.95 KB | nod_ |
| add-debounce-wait-time.patch | 540 bytes | droplet |
Comments
Comment #1
droplet commentedComment #2
nod_I could have sworn we had a default 200ms on our drupal debounce function.
We need this otherwise using debounce is useless.
Comment #3
nod_Compare how busy JS is before and after.
Comment #4
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 1c3f898 and pushed to 8.0.x. Thanks!