@@ -132,6 +132,8 @@ class BootstrapEditorUI extends EditorUI {
} );
}
+ // All EditorUI subclasses should expose their view instance
+ // so other UI classes can access it if necessary.
get view() {
return this._view;
@@ -267,6 +267,8 @@ class BootstrapEditorUI extends EditorUI {