1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Fixes #9376: Sidebar is not dismissed when creating a note

This commit is contained in:
Laurent Cozic
2023-11-26 12:37:45 +01:00
parent 529140cf87
commit 8c5eaaf65c
4 changed files with 14 additions and 11 deletions

View File

@@ -40,9 +40,7 @@ interface ActionButtonProps {
onPress: Callback;
}
const ActionButton = (
props: ActionButtonProps,
) => {
const ActionButton = (props: ActionButtonProps) => {
return (
<CustomButton
themeId={props.themeId}