Skip to content

Commit

Permalink
fix: add video tag in the void elements list
Browse files Browse the repository at this point in the history
  • Loading branch information
KANE-99 committed Nov 25, 2024
1 parent fb24f30 commit ee0f80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeline/compare/compare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const voidElements = new Set([
"source",
"track",
"wbr",
"video"
]);

const LEAF_CSLP_SELECTOR = "[data-cslp]:not(:has([data-cslp]))";
Expand Down

0 comments on commit ee0f80a

Please sign in to comment.