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', target: 'after',
targetBranchId: node.data.branchId, targetBranchId: node.data.branchId,
isProtected: isProtected, isProtected: isProtected,
saveSelection: true saveSelection: false
}); });
await ws.waitForMaxKnownSyncId(); await ws.waitForMaxKnownSyncId();