pick tabs from variant content, not the node content model.
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@
|
||||
|
||||
scope.editor.variantApps.forEach( (app) => {
|
||||
if (app.alias === "umbContent") {
|
||||
app.anchors = scope.content.tabs;
|
||||
app.anchors = scope.editor.content.tabs;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user