Skip to content

Commit

Permalink
[lexical-playground] Remove unused command (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop7 authored Oct 13, 2024
1 parent 7f70ee4 commit 2e64bfc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
KEY_ARROW_RIGHT_COMMAND,
KEY_ARROW_UP_COMMAND,
LexicalNode,
NodeKey,
} from 'lexical';
import {useEffect} from 'react';

Expand All @@ -49,7 +48,6 @@ import {
} from './CollapsibleTitleNode';

export const INSERT_COLLAPSIBLE_COMMAND = createCommand<void>();
export const TOGGLE_COLLAPSIBLE_COMMAND = createCommand<NodeKey>();

export default function CollapsiblePlugin(): null {
const [editor] = useLexicalComposerContext();
Expand Down

0 comments on commit 2e64bfc

Please sign in to comment.