Skip to content

Commit

Permalink
fix: Element html parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jun 11, 2024
1 parent aa4baf0 commit ad91d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Element = Node.create({
parseHTML() {
return [
{
tag: "div[data-element=true]"
tag: "div[data-type]"
}
];
},
Expand Down

0 comments on commit ad91d9e

Please sign in to comment.