Fixes and improvements related to components
This commit is contained in:
@@ -1111,7 +1111,7 @@ class EditorViewCtrl extends PureViewCtrl implements EditorViewScope {
|
||||
this.application.componentManager!.setComponentHidden(component, false);
|
||||
await this.associateComponentWithCurrentNote(component);
|
||||
if (!component.active) {
|
||||
this.application.componentManager!.activateComponent(component);
|
||||
this.application.componentManager!.activateComponent(component.uuid);
|
||||
}
|
||||
this.application.componentManager!.contextItemDidChangeInArea(ComponentArea.EditorStack);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user