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

@@ -154,7 +154,7 @@ export default class MobileLayout {
.filling()
.contentSized()
.child(new NoteDetailWidget())
.child(<NoteList />)
.child(<NoteList media="screen" />)
.child(<FilePropertiesWrapper />)
)
.child(<MobileEditorToolbar />)