Allow items to be moved (not copied) between collections w/modifier key
Cmd on OS X, Shift on Windows/Linux How do I not get to close a ticket for this? Unfortunately on Windows it doesn't seem possible to set the cursor effect to arbitrary states (see note in libraryTreeView.js:: _setDropEffect() for the gory details), so this just uses the default cursor there. On OS X and Linux the cursor reflects the requested action.
This commit is contained in:
parent
ea97c3d956
commit
d318bca7a4
6 changed files with 379 additions and 208 deletions
|
@ -53,6 +53,7 @@ const xpcomFilesAll = [
|
|||
|
||||
/** XPCOM files to be loaded only for local translation and DB access **/
|
||||
const xpcomFilesLocal = [
|
||||
'libraryTreeView',
|
||||
'collectionTreeView',
|
||||
'annotate',
|
||||
'attachments',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue