mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
createNoteAfter should have saveSelection: false
This commit is contained in:
parent
e8a33a5ee7
commit
c7125d2b50
@ -59,7 +59,7 @@ export default class MainTreeExecutors extends Component {
|
|||||||
target: 'after',
|
target: 'after',
|
||||||
targetBranchId: node.data.branchId,
|
targetBranchId: node.data.branchId,
|
||||||
isProtected: isProtected,
|
isProtected: isProtected,
|
||||||
saveSelection: true
|
saveSelection: false
|
||||||
});
|
});
|
||||||
|
|
||||||
await ws.waitForMaxKnownSyncId();
|
await ws.waitForMaxKnownSyncId();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user