feat(client/print): render presentation without shadow DOM

This commit is contained in:
Elian Doran
2025-10-18 21:56:10 +03:00
parent e374b31a1c
commit f6d7ecab40
8 changed files with 36 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ function handleCollection(note: FNote) {
notePath={note.getBestNotePath().join("/")}
ntxId="print"
highlightedTokens={null}
media="print"
/>
);
}