1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Mobile: Upgrade js-draw to 1.26.0 (#11589)

This commit is contained in:
Henry Heino
2025-01-06 09:32:19 -08:00
committed by GitHub
parent 1cdb74b0e2
commit 6220267abb
11 changed files with 182 additions and 147 deletions

View File

@ -11,7 +11,7 @@ const startAutosaveLoop = async (
const createAutosave = async () => {
const savedSVG = await editor.toSVGAsync();
saveDrawing(savedSVG, true);
saveDrawing(savedSVG.outerHTML, true);
};
while (true) {