diff --git a/packages/react/src/components/notebook/cell/sidebar/CellSidebarButton.tsx b/packages/react/src/components/notebook/cell/sidebar/CellSidebarButton.tsx index aedcc160..b113d1c5 100644 --- a/packages/react/src/components/notebook/cell/sidebar/CellSidebarButton.tsx +++ b/packages/react/src/components/notebook/cell/sidebar/CellSidebarButton.tsx @@ -132,8 +132,8 @@ export function CellSidebarButton(props: ICellSidebarProps): JSX.Element { { e.preventDefault(); commands.execute(NotebookCommandIds.insertBelow).catch(reason => { diff --git a/packages/react/src/examples/extensions/celltoolbar/CellToolbarComponent.tsx b/packages/react/src/examples/extensions/celltoolbar/CellToolbarComponent.tsx index f86c8155..59e19796 100644 --- a/packages/react/src/examples/extensions/celltoolbar/CellToolbarComponent.tsx +++ b/packages/react/src/examples/extensions/celltoolbar/CellToolbarComponent.tsx @@ -135,8 +135,8 @@ export const CellToolbarComponent = (props: ICellToolbarComponentProps) => { { e.preventDefault(); notebookStore.insertBelow({