Added distriution files for removed outline

This commit is contained in:
squidfunk
2020-08-02 12:02:20 +02:00
parent e55829c87f
commit 34b61cc395
9 changed files with 15 additions and 13 deletions

View File

@@ -179,7 +179,9 @@ export function initialize(config: unknown) {
const keyboard$ = setupKeyboard()
patchCodeBlocks({ document$, viewport$ })
// Hack: only make code blocks focusable on non-touch devices
if (matchMedia("(hover)").matches)
patchCodeBlocks({ document$, viewport$ })
patchDetails({ document$, hash$ })
patchScripts({ document$ })
patchSource({ document$ })