do not save immediately when image is part of a form
This commit is contained in:
@@ -35,6 +35,7 @@ defineExpose({ reset });
|
||||
|
||||
watchEffect(() => {
|
||||
internalSrc.value = props.src;
|
||||
isChanged.value = false;
|
||||
});
|
||||
|
||||
function dataURLtoFile(dataURL, filename) {
|
||||
|
||||
Reference in New Issue
Block a user