mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove Extra Split Cell in notebook task bar (#18020)
This commit is contained in:
@@ -106,7 +106,6 @@ export class CellToolbarComponent {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
taskbarContent.push(
|
taskbarContent.push(
|
||||||
{ action: splitCellButton },
|
|
||||||
{ element: addCellDropdownContainer },
|
{ element: addCellDropdownContainer },
|
||||||
{ action: moveCellDownButton },
|
{ action: moveCellDownButton },
|
||||||
{ action: moveCellUpButton },
|
{ action: moveCellUpButton },
|
||||||
|
|||||||
Reference in New Issue
Block a user