Forráskód Böngészése

debug: log to console

Ifedapo Olarewaju 8 éve
szülő
commit
4efc1cf2c2
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/core/Core.js

+ 1 - 0
src/core/Core.js

@@ -273,6 +273,7 @@ class Uppy {
 
     this.on('core:upload-progress', (data) => {
       this.calculateProgress(data)
+      console.log('signal triggered!')
       // throttledCalculateProgress(data)
     })