alias fix

This commit is contained in:
Jan Prochazka
2022-08-27 18:19:54 +02:00
parent 33b11eef38
commit 80faf0fd68

View File

@@ -30,6 +30,7 @@
...table, ...table,
left: node?.position?.x || 0, left: node?.position?.x || 0,
top: node?.position?.y || 0, top: node?.position?.y || 0,
alias: node.alias,
designerId, designerId,
}; };
}) })