🧩 Feature: Drag Select #36
Labels
environment: linux
environment: windows
priority: low
scope: render
Related to render processes
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
On multiple operating systems, when clicking, holding, and dragging the mouse over a collection of files, all the files in the selection range are selected. If this could be implemented in Clippy it'd make the effort of selecting multiple consecutive entry items a lot easier.
Describe the solution you'd like
Adding a
click
handler that adds amousemove
listener and creates a rectangular selection zone based on mouse movement may be a way to implement this.Describe alternatives you've considered
A library exists for this, called SelectionJS. We could either mock its behavior or use it right away. It's only 4 KBs.
Additional context
The behavior would be the same across Windows and Linux since it's rather dependent on the render Chromium process.
The text was updated successfully, but these errors were encountered: