Skip to content

Commit 69dcfe1

Browse files
committed
#WOA-2560|Resolved|Fix positioning of the link dialog in Android
1 parent 646e703 commit 69dcfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RichTextEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default class RichTextEditor extends Component {
166166
onRequestClose={() => this.setState({showLinkDialog: false})}
167167
>
168168
<View style={styles.modal}>
169-
<View style={[styles.innerModal, {marginBottom: this.state.keyboardHeight}]}>
169+
<View style={[styles.innerModal, {marginBottom: PlatfomIOS ? this.state.keyboardHeight : 0}]}>
170170
<Text style={styles.inputTitle}>Title</Text>
171171
<View style={styles.inputWrapper}>
172172
<TextInput

0 commit comments

Comments
 (0)