fix: correctly switch between editors

This commit is contained in:
Baptiste Grob
2020-08-20 12:03:10 +02:00
parent 4b173bdf64
commit 7521847444
2 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@
)
component-view.component-view(
component-uuid='self.state.editorComponent.uuid',
ng-if='self.state.editorComponent && !self.state.editorComponentUnloading',
ng-if='self.state.editorComponent && !self.state.editorUnloading',
on-load='self.onEditorLoad',
application='self.application'
)