Artur Paikin преди 9 години
родител
ревизия
b05147c433
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/plugins/DragDrop.js

+ 2 - 2
src/plugins/DragDrop.js

@@ -68,9 +68,9 @@ export default class DragDrop extends TransloaditPlugin {
 
   run(files) {
     this.listenForEvents();
-    // this.core.setProgress(this, 0);
+    this.core.setProgress(this, 0);
     var selected = [ {name: 'lolcat.jpeg'} ];
-    // this.core.setProgress(this, 100);
+    this.core.setProgress(this, 100);
 
     // return selected;
   }