Skip to content

Commit

Permalink
remove data-slate-void
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Mar 26, 2024
1 parent 82c3217 commit b549b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indent-list/src/injectIndentListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const injectIndentListComponent = (

return (
<div className={`${className}`} style={style}>
<div contentEditable={false} data-slate-void>
<div contentEditable={false}>
{markerComponent ? (
markerComponent({
checked: checked,
Expand Down

0 comments on commit b549b48

Please sign in to comment.