mount expand button on inline body images
This commit is contained in:
@@ -34,6 +34,10 @@ export default {
|
||||
function addNode (node, level) {
|
||||
const stateNode = node.id in state.nodes ? state.nodes[node.id] : undefined
|
||||
|
||||
if (node.type === 'Creation') {
|
||||
node.variant = [{ id: 0 }]
|
||||
}
|
||||
|
||||
if ('creations' in node) {
|
||||
if (node.creations) {
|
||||
if (!Array.isArray(node.children)) {
|
||||
|
||||
Reference in New Issue
Block a user