Skip to content

Commit 8b9fd67

Browse files
committed
fix: revert code change from #1070
1 parent 27b95d5 commit 8b9fd67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/parser.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,8 +2358,6 @@ func inSelectIM(p *parser) bool {
23582358
p.resetInsertionMode()
23592359
case a.Template:
23602360
return inHeadIM(p)
2361-
default:
2362-
return inBodyIM(p)
23632361
}
23642362
case CommentToken:
23652363
p.addChild(&Node{

0 commit comments

Comments
 (0)