web-library
web-library copied to clipboard
Consider supporting double click to open a collection
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.