Skip to content

Commit

Permalink
fix: adjust tag prevalence
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 12, 2024
1 parent 4108cc0 commit 1e6d8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/attributeParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ const evaluateAttributes = ({
}

return {
...tagAttributes,
...finalTagAttributes,
...tagAttributes,
attrs: undefined,
json_attrs: undefined,
};
Expand Down

0 comments on commit 1e6d8c6

Please sign in to comment.