feat: clear upload signature

This commit is contained in:
puriphatt 2024-06-27 03:01:19 +00:00
parent b46798ed92
commit 635fd82e1b

View file

@ -377,7 +377,12 @@ onMounted(async () => {
flat
dense
:label="$t('clear')"
@click="canvasRef.clearCanvas()"
@click="
() => {
canvasRef.clearCanvas(), canvasRef.clearUpload();
}
"
style="color: hsl(var(--text-mute))"
/>
</template>
</FormDialog>