Remove Extra Split Cell in notebook task bar (#18020)

This commit is contained in:
Chris LaFreniere
2022-01-07 12:57:05 -08:00
committed by GitHub
parent 4e0f39fe24
commit 3cd9a562c8

View File

@@ -106,7 +106,6 @@ export class CellToolbarComponent {
);
}
taskbarContent.push(
{ action: splitCellButton },
{ element: addCellDropdownContainer },
{ action: moveCellDownButton },
{ action: moveCellUpButton },