Skip to content

Commit

Permalink
Merge pull request #3067 from udecode/fix/todo
Browse files Browse the repository at this point in the history
remove data-slate-void
  • Loading branch information
zbeyens authored Mar 26, 2024
2 parents fde1471 + 037e9a5 commit 6f30313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-clocks-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udecode/plate-indent-list": patch
---

remove data-slate-void
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 6f30313

Please sign in to comment.