fix(mobile): position of note detail menu (closes #971)

This commit is contained in:
Elian Doran
2025-01-18 00:04:06 +02:00
parent e3bcd75a5a
commit 7cf1fbf088
3 changed files with 6 additions and 2 deletions

View File

@@ -52,7 +52,8 @@ class MobileDetailMenuWidget extends BasicWidget {
} else {
throw new Error(t("mobile_detail_menu.error_unrecognized_command", { command }));
}
}
},
forcePositionOnMobile: true
});
});
}