added "Fixed not selecting the file just uploaded" - 9ee6171
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = {
|
||||
|
||||
methods: {
|
||||
load: async function(file) {
|
||||
if (file == this.file) {
|
||||
if (file != this.file) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user