Move selectedContainerId and selectedSymbolId to Editor component
This commit is contained in:
parent
f74405f002
commit
c725b107a4
11 changed files with 165 additions and 252 deletions
|
@ -147,10 +147,8 @@ export function GetDefaultEditorState(configuration: IConfiguration): IEditorSta
|
|||
lastAction: '',
|
||||
mainContainer: mainContainer.properties.id,
|
||||
containers,
|
||||
selectedContainerId: mainContainer.properties.id,
|
||||
typeCounters,
|
||||
symbols: new Map(),
|
||||
selectedSymbolId: ''
|
||||
symbols: new Map()
|
||||
}
|
||||
],
|
||||
historyCurrentStep: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue