We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24f6aa8 + e8d0a85 commit a93263eCopy full SHA for a93263e
.github/FUNDING.yml
@@ -0,0 +1,4 @@
1
+# These are supported funding model platforms
2
+
3
+patreon: dr_dimitru
4
+custom: https://paypal.me/veliovgroup
lib/client/fileUpload.js
@@ -105,6 +105,9 @@ Template.afFileUpload.events({
105
'click [data-remove-file]'(e, template) {
106
e.preventDefault();
107
template.fileId.set(false);
108
+ if (template.data.value) {
109
+ delete template.data.value;
110
+ }
111
try {
112
this.remove();
113
} catch (error) {
0 commit comments