Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Fixed the scrolling bug in markdown preview #107

Merged
merged 1 commit into from
Nov 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/note/DropboxNoteModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default class DropboxNoteModal extends React.Component {
coverScreen={true}
isOpen={this.state.isNoteOpen}
position={'top'}
swipeToClose={false}
onClosed={() => this.onCloseModal()}>
<Container>
<Header style={Platform.OS === 'android' ? {
Expand Down
1 change: 1 addition & 0 deletions app/views/note/NoteModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default class NoteModal extends React.Component {
coverScreen={true}
isOpen={this.props.isNoteOpen}
position={'top'}
swipeToClose={false}
onClosed={() => this.props.setIsOpen('', false)}>
<Container>
<Header style={Platform.OS === 'android' ? {height: 47,backgroundColor: '#6C81A6'} : {backgroundColor: '#6C81A6'}} androidStatusBarColor='#239F85'>
Expand Down