mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(client): type errors
This commit is contained in:
parent
54be79a725
commit
b4921a20d8
@ -162,7 +162,7 @@ export default class MobileLayout {
|
|||||||
.filling()
|
.filling()
|
||||||
.contentSized()
|
.contentSized()
|
||||||
.child(new NoteDetailWidget())
|
.child(new NoteDetailWidget())
|
||||||
.child(new NoteListWidget())
|
.child(new NoteListWidget(false))
|
||||||
.child(new FilePropertiesWidget().css("font-size", "smaller"))
|
.child(new FilePropertiesWidget().css("font-size", "smaller"))
|
||||||
)
|
)
|
||||||
.child(new MobileEditorToolbar())
|
.child(new MobileEditorToolbar())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user