fix save drawings bug, ensure html files are copied into package

This commit is contained in:
louisnw
2024-05-29 11:41:41 +01:00
parent 8cd4eed2c0
commit c518cb335b
4 changed files with 19 additions and 8 deletions

View File

@ -140,6 +140,7 @@ export class ToolBox {
const drawingMeta = []
for (const d of this._drawingTool.drawings) {
drawingMeta.push({
type: d._type,
points: d.points,
options: d._options
});