Support disabling drag-and-drop in Project Panel (#36719)
Release Notes: - Added setting for disabling drag and drop in project panel. `{ "project_panel": {"drag_and_drop": false } }`
This commit is contained in:
parent
aa0f7a2d09
commit
76dbcde628
5 changed files with 50 additions and 33 deletions
|
@ -653,6 +653,8 @@
|
|||
// "never"
|
||||
"show": "always"
|
||||
},
|
||||
// Whether to enable drag-and-drop operations in the project panel.
|
||||
"drag_and_drop": true,
|
||||
// Whether to hide the root entry when only one folder is open in the window.
|
||||
"hide_root": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue