Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 19, 2024
1 parent 2dd8fb2 commit db0e528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/svelte/src/compiler/phases/1-parse/state/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ export default function element(parser) {
svg: false,
mathml: false,
scoped: false,
has_spread: false
has_spread: false,
auto_opens: null
},
parent: null
}
Expand Down

0 comments on commit db0e528

Please sign in to comment.