Skip to content

Instantly share code, notes, and snippets.

View fomachanyade's full-sized avatar

katakanakun fomachanyade

View GitHub Profile
@fomachanyade
fomachanyade / list_break_plugin.tsx
Created February 21, 2025 06:15
lexical list break with backspace
import { $isListItemNode, ListItemNode } from '@lexical/list';
import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext';
import { mergeRegister } from '@lexical/utils';
import {
$createParagraphNode,
$createTextNode,
$getSelection,
$isRangeSelection,
COMMAND_PRIORITY_HIGH,
DELETE_CHARACTER_COMMAND,