mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
don't select tree node when dragging
This commit is contained in:
parent
242f139be4
commit
b5bf581bd9
@ -134,9 +134,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
return false;
|
||||
}
|
||||
|
||||
node.setSelected(true);
|
||||
|
||||
const notes = this.getSelectedNodes().map(node => ({
|
||||
const notes = this.getSelectedOrActiveNodes(node).map(node => ({
|
||||
noteId: node.data.noteId,
|
||||
title: node.title
|
||||
}));
|
||||
|
@ -743,7 +743,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
||||
}
|
||||
|
||||
.include-note {
|
||||
margin: 20px;
|
||||
margin-bottom: 10px;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
background-color: var(--accented-background-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user