Merge pull request #7630 from kjac/v8/fix/nested-content-single-mode-add-more-than-one
V8: Nested Content can't add multiple items
This commit is contained in:
@@ -221,6 +221,7 @@
|
||||
if (vm.overlayMenu.availableItems.length === 1 && vm.overlayMenu.pasteItems.length === 0) {
|
||||
// only one scaffold type - no need to display the picker
|
||||
addNode(vm.scaffolds[0].contentTypeAlias);
|
||||
vm.overlayMenu = null;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user