mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-23 02:01:19 +08:00
Add Save as template
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user