File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import styles from '../../styles/styles';
13
13
import reportPropTypes from '../reportPropTypes' ;
14
14
import compose from '../../libs/compose' ;
15
15
import * as Task from '../../libs/actions/Task' ;
16
- import focusAndUpdateMultilineInputRange from '../../libs/focusAndUpdateMultilineInputRange' ;
17
16
import CONST from '../../CONST' ;
18
17
19
18
const propTypes = {
@@ -64,7 +63,7 @@ function TaskTitlePage(props) {
64
63
return (
65
64
< ScreenWrapper
66
65
includeSafeAreaPaddingBottom = { false }
67
- onEntryTransitionEnd = { ( ) => focusAndUpdateMultilineInputRange ( inputRef . current ) }
66
+ onEntryTransitionEnd = { ( ) => inputRef . current && inputRef . current . focus ( ) }
68
67
shouldEnableMaxHeight
69
68
>
70
69
< HeaderWithBackButton title = { props . translate ( 'task.task' ) } />
You can’t perform that action at this time.
0 commit comments