editor: Add support for drag_and_drop_selection (#30671)
Closes #4958 Release Notes: - Added support for drag and drop text selection. It can be disabled by setting `drag_and_drop_selection` to `false`. --------- Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
This commit is contained in:
co-authored by
Smit Barmase
parent
b15aef4310
commit
4fe05530b0
@@ -1216,6 +1216,16 @@ or
|
||||
|
||||
`boolean` values
|
||||
|
||||
### Drag And Drop Selection
|
||||
|
||||
- Description: Whether to allow drag and drop text selection in buffer.
|
||||
- Setting: `drag_and_drop_selection`
|
||||
- Default: `true`
|
||||
|
||||
**Options**
|
||||
|
||||
`boolean` values
|
||||
|
||||
## Editor Toolbar
|
||||
|
||||
- Description: Whether or not to show various elements in the editor toolbar.
|
||||
|
||||
Reference in New Issue
Block a user