소스 검색

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.