Skip to content

Commit

Permalink
chore: 🤖 cleanup unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Aug 28, 2023
1 parent 1611deb commit ace89da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/components/src/list-item-block/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ export const listItemBlockView = $view(listItemSchema.node, (ctx): NodeViewConst
bindAttrs(updatedNode)
return true
},
stopEvent: (e) => {
if (dom.selected && e.target instanceof HTMLInputElement)
return true

return false
},
ignoreMutation: (mutation) => {
if (!dom || !contentDOM)
return true
Expand Down

0 comments on commit ace89da

Please sign in to comment.