Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handles selection on dblclick on any bookmark list item
"ctrl + double click" acts on the highlighted/selected bookmark list items irrespective of on which list item the action is performed. To extend this to clicked, unhighlighted list item, invoking mouseup event handling functionality under doubleclick event handling before command execution. mouseup event takes care of highlighting and unhighlighting list items. BUG=243221 Review URL: https://codereview.chromium.org/515853002 Cr-Commit-Position: refs/heads/master@{#295021}
- Loading branch information