added "Fixed not selecting the file just uploaded" - 9ee6171

This commit is contained in:
saifullah-N
2023-03-19 22:20:54 +05:30
parent 2baae7965a
commit 143a7170a5
3 changed files with 12 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ module.exports = {
methods: {
load: async function(file) {
if (file == this.file) {
if (file != this.file) {
return;
}