Commit a8b498a0 authored by antoor's avatar antoor

Disable filemanager-grid DragAndDrop

禁止文件拖拽
parent afb8d8b7
......@@ -194,7 +194,7 @@ class Files {
grid.setInitWidths("40,*,150,100,100");
grid.setColAlign("center,left,left,right,center");
grid.enableMultiselect(true);
grid.enableDragAndDrop(true);
// grid.enableDragAndDrop(true);
// grid.enableMultiline(true);
// grid右键
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment