mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
fix(mobile): position of note detail menu (closes #971)
This commit is contained in:
@@ -52,7 +52,8 @@ class MobileDetailMenuWidget extends BasicWidget {
|
||||
} else {
|
||||
throw new Error(t("mobile_detail_menu.error_unrecognized_command", { command }));
|
||||
}
|
||||
}
|
||||
},
|
||||
forcePositionOnMobile: true
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user