testing upload file state change

This commit is contained in:
saifullah-N
2023-01-28 11:03:38 +05:30
parent 5a35f3e241
commit 68ab925761

View File

@@ -91,6 +91,8 @@ module.exports = {
}, },
reload: function(file) { reload: function(file) {
console.log("type :", this.file)
console.log("comparison:",file!=this.file)
if (file != this.file) { if (file != this.file) {
return; return;
} }