createNoteAfter should have saveSelection: false

This commit is contained in:
zadam 2020-05-05 19:09:01 +02:00
parent e8a33a5ee7
commit c7125d2b50

View File

@ -59,7 +59,7 @@ export default class MainTreeExecutors extends Component {
target: 'after',
targetBranchId: node.data.branchId,
isProtected: isProtected,
saveSelection: true
saveSelection: false
});
await ws.waitForMaxKnownSyncId();