Fix regression

This commit is contained in:
Siklos 2022-08-29 17:06:23 +02:00
parent 87c4ea1fe5
commit 79c6874240
3 changed files with 2 additions and 8 deletions

View file

@ -87,7 +87,7 @@ export function UI(props: IUIProps): JSX.Element {
isHistoryOpen={isHistoryOpen}
onPropertyChange={props.onPropertyChange}
selectContainer={props.selectContainer}
deleteContainer={props.deleteContainer} />
/>
<SymbolsSidebar
selectedSymbolId={props.current.selectedSymbolId}
symbols={props.current.symbols}
@ -95,7 +95,7 @@ export function UI(props: IUIProps): JSX.Element {
isHistoryOpen={isHistoryOpen}
onPropertyChange={props.onSymbolPropertyChange}
selectSymbol={props.selectSymbol}
deleteSymbol={props.deleteSymbol} />
/>
<History
history={props.history}
historyCurrentStep={props.historyCurrentStep}