do not save immediately when image is part of a form

This commit is contained in:
Girish Ramakrishnan
2025-09-17 11:08:27 +02:00
parent 1cac2f6170
commit 51d0658bdb
2 changed files with 29 additions and 21 deletions
+1
View File
@@ -35,6 +35,7 @@ defineExpose({ reset });
watchEffect(() => {
internalSrc.value = props.src;
isChanged.value = false;
});
function dataURLtoFile(dataURL, filename) {