ca0fd7c195
Previously we were only disabling the `input` handler when it was
triggered, which caused a race condition within the `keyup` handlers
which also was triggered by the `input` event. This fixes the issue by
also unbinding the `input` handlers within the `keyup` handler, to avoid
running into the race condition.
Thanks to @Eckankar for pointing out the race condition that still
existed in
|
||
---|---|---|
.. | ||
select2 | ||
banner.end.js | ||
banner.start.js | ||
jquery.mousewheel.shim.js | ||
jquery.select2.js | ||
jquery.shim.js | ||
wrapper.end.js | ||
wrapper.start.js |