Browse Source

ops, call updateDashboardElWidth right away (for inline Dashboard)

Artur Paikin 7 years ago
parent
commit
45bbbb28f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/plugins/Dashboard/index.js

+ 1 - 0
src/plugins/Dashboard/index.js

@@ -298,6 +298,7 @@ module.exports = class Dashboard extends Plugin {
 
     this.uppy.on('dashboard:file-card', this.handleFileCard)
 
+    this.updateDashboardElWidth()
     window.addEventListener('resize', this.updateDashboardElWidth)
   }