global note map should not rehoist

This commit is contained in:
zadam
2022-12-09 16:54:22 +01:00
parent 5ac332960e
commit 0f822b2761
3 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ const HIDDEN_SUBTREE_DEFINITION = {
title: 'Note Map',
type: 'noteMap',
attributes: [
{ type: 'label', name: 'mapRootId', value: 'hoisted' }
{ type: 'label', name: 'mapRootNoteId', value: 'hoisted' },
{ type: 'label', name: 'keepCurrentHoisting' }
]
},
{