mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
refactor(client): remove unused variable
This commit is contained in:
parent
b2aa05cb9a
commit
748eedbbd2
@ -113,8 +113,6 @@ span.fancytree-expander {
|
|||||||
|
|
||||||
export default class MobileLayout {
|
export default class MobileLayout {
|
||||||
getRootWidget(appContext) {
|
getRootWidget(appContext) {
|
||||||
const launcherPaneIsHorizontal = true;
|
|
||||||
|
|
||||||
return new RootContainer(true)
|
return new RootContainer(true)
|
||||||
.setParent(appContext)
|
.setParent(appContext)
|
||||||
.class("horizontal-layout")
|
.class("horizontal-layout")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user