Open leroivi opened 1 month ago
You copy between databases by holding the CTRL key while dragging. This is standard behavior in file systems. The default action should be move as it is the most obvious action when dragging things between two databases. This does not fix #172
Fixes #172 This changes makes the drop action from one database to another as a copy action, but inside the same database still a move action. As suggested by @NicoHood, this behavior is similar to file system managers with USB keys, and it is safer as it does not remove any data from a database.
Testing strategy
Type of change