Multipaste: add a delay to post task
The debouncing we have in place is not slow enough for the web async clipboard api. Pasting from the google searchbox results in multiple clipboard reads, and debouncing requires more of a delay than provided by PostTask. Add a 100ms delay instead. Bug: 1167403 Change-Id: Id24b6a7d21b7dd6e471a8f79635fc25cdae194f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636886 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#845279}
Showing
Please register or sign in to comment