Skip to content

Commit 344bd19

Browse files
authored
Merge pull request #13115 from BarkingBad/scaladoc/fix-version-browser-script
Fix MatchError in Scaladoc Scalajs script
2 parents cc47c56 + 514d59c commit 344bd19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaladoc-js/src/searchbar/code-snippets/CodeSnippets.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ class CodeSnippets:
2424
})
2525
a.classList.add("snippet-comment-button")
2626
e.insertBefore(a, e.firstChild)
27+
case e => // skip
2728
}

0 commit comments

Comments
 (0)