web-library icon indicating copy to clipboard operation
web-library copied to clipboard

Consider supporting double click to open a collection

Open tnajdek opened this issue 5 years ago • 0 comments

There was a discussion in #147 about supporting double click to open a collection. Main drawback of this approach is that we would need to delay handling single-click (select) in order to be able to recognize double clicks. For that reason handling both events on the same element is sometimes discouraged.

tnajdek avatar Apr 01 '19 14:04 tnajdek