mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Edit book using drag and drop (#16906)
- Use the onDrop method for moving notebooks/sections in the Notebooks Tree View. - Allow multi selection in tree view - Modify notebook commands to only show when a single tree item is selected.
This commit is contained in:
@@ -21,5 +21,6 @@ export enum NbTelemetryActions {
|
||||
PinNotebook = 'NotebookPinned',
|
||||
OpenNotebookFromBook = 'NotebookOpenedFromBook',
|
||||
MoveNotebook = 'MoveNotebook',
|
||||
DragAndDrop = 'DragAndDrop'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user