Переглянути джерело

Merge pull request #8965 from blink1073/fix-file-drag-drop

Update mimetype for dragging files
Steven Silvester 4 роки тому
батько
коміт
95d7df6f8d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      packages/filebrowser/src/listing.ts

+ 2 - 2
packages/filebrowser/src/listing.ts

@@ -193,9 +193,9 @@ const DRAG_THRESHOLD = 5;
 const IS_MAC = !!navigator.platform.match(/Mac/i);
 
 /**
- * The factory MIME type supported by phosphor dock panels.
+ * The factory MIME type supported by lumino dock panels.
  */
-const FACTORY_MIME = 'application/vnd.phosphor.widget-factory';
+const FACTORY_MIME = 'application/vnd.lumino.widget-factory';
 
 /**
  * A widget which hosts a file list area.