|
@@ -166,7 +166,7 @@ export default class RichTextEditor extends Component {
|
166
|
166
|
onRequestClose={() => this.setState({showLinkDialog: false})}
|
167
|
167
|
>
|
168
|
168
|
<View style={styles.modal}>
|
169
|
|
- <View style={[styles.innerModal, {marginBottom: this.state.keyboardHeight}]}>
|
|
169
|
+ <View style={[styles.innerModal, {marginBottom: PlatfomIOS ? this.state.keyboardHeight : 0}]}>
|
170
|
170
|
<Text style={styles.inputTitle}>Title</Text>
|
171
|
171
|
<View style={styles.inputWrapper}>
|
172
|
172
|
<TextInput
|