Skip to content

Commit 5650b2a

Browse files
fix: toolbar overflow command error (#787)
1 parent 07796cd commit 5650b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/super-editor/src/components/toolbar/defaultItems.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ export const makeDefaultItems = ({
654654
const overflow = useToolbarItem({
655655
type: 'overflow',
656656
name: 'overflow',
657-
command: 'toggleOverflow',
657+
command: null,
658658
icon: toolbarIcons.overflow,
659659
active: false,
660660
disabled: false,

0 commit comments

Comments
 (0)