Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Jan 9, 2024
1 parent 8a3b167 commit 6c45933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indent-list/src/hooks/someIndentList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const someIndentList = <V extends Value>(
type: string
) => {
return (
editor.selection &&
!!editor.selection &&
someNode(editor, {
match: (n) => {
const list = n[KEY_LIST_STYLE_TYPE];
Expand Down

0 comments on commit 6c45933

Please sign in to comment.