fix pasting links

This commit is contained in:
Kieran 2017-11-09 22:30:43 +08:00
parent 36b1c6ce08
commit 6535907095

View File

@ -148,7 +148,7 @@
if (url.indexOf('http://') === 0 || url.indexOf('https://') === 0) {
this.self.addFileUpload(file);
}
});
}.bind({ self: this.self }));
}
}
}