Add Save as template

This commit is contained in:
1ilit
2023-12-19 04:36:10 +02:00
parent c5f929ac55
commit dec6362fa9
11 changed files with 78 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ const db = new Dexie("drawDB");
db.version(2).stores({
diagrams: "++id, lastModified",
templates: "++id",
templates: "++id, custom",
});
db.on("populate", (transaction) => {