|
@@ -547,6 +547,12 @@ function openData() {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
}
|
|
}
|
|
|
|
+ if(meta2d?.store?.options?.grid){
|
|
|
|
+ data.grid = meta2d.store.options.grid;
|
|
|
|
+ data.gridSize = meta2d.store.options?.gridSize;
|
|
|
|
+ data.gridColor = meta2d.store.options?.gridColor;
|
|
|
|
+ data.autoAlignGrid = meta2d.store.options?.autoAlignGrid;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
function finishLine(e) {
|
|
function finishLine(e) {
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|