Fixes issue with components in revision preview not iframe loading, misc css/html updates
This commit is contained in:
@@ -613,7 +613,9 @@ angular.module('app')
|
||||
this.reloadComponentContext();
|
||||
}
|
||||
}, contextRequestHandler: (component) => {
|
||||
return this.note;
|
||||
if(component == this.selectedEditor || this.componentStack.includes(component)) {
|
||||
return this.note;
|
||||
}
|
||||
}, focusHandler: (component, focused) => {
|
||||
if(component.isEditor() && focused) {
|
||||
this.closeAllMenus();
|
||||
|
||||
Reference in New Issue
Block a user