Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resize input focus issue when triggering resize from dropdown men…
…u in Android Chome due to #1513, Android Chrome would cause a premature focus shift from the resizer input to the body/whatever element was underneath the "resize column" menu option, causing resizing to end early and canceling the 2nd delayed focusInput call. We delay the first focusInput call now so that it happens after the browser delayed click on touch end
- Loading branch information