Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4fceef7f authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

Issue #253: fix file input delete button

parent 3fecb007
No related branches found
No related tags found
1 merge request!76Resolve "File input value reappear after clicking on the delete button"
Pipeline #872421 passed
......@@ -45,7 +45,8 @@ function deleteFile() {
savedState = getCurrentState(true);
url.value = '';
emit('input', url.value);
emit('saveGivenState', savedState);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment