1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

iOS: Fixes #9271: Allow showing dropdowns in landscape mode (#9309)

This commit is contained in:
Henry Heino 2023-11-14 16:42:27 -08:00 committed by GitHub
parent 96d5d1dfab
commit f7cb1aef4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,7 @@ class Dropdown extends Component<DropdownProps, DropdownState> {
onRequestClose={() => {
closeList();
}}
supportedOrientations={['landscape', 'portrait']}
>
<TouchableWithoutFeedback
accessibilityElementsHidden={true}