소스 검색

#WOA-2560|Resolved|Fix positioning of the link dialog in Android

Yevhen Pavliuk 8 년 전
부모
커밋
69dcfe1880
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/RichTextEditor.js

+ 1
- 1
src/RichTextEditor.js 파일 보기

@@ -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