mount expand button on inline body images

This commit is contained in:
axolotle
2021-07-06 20:40:23 +02:00
parent c5b7a40e7c
commit 07e23ce830
8 changed files with 102 additions and 13 deletions
+4
View File
@@ -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)) {