|
@@ -43,7 +43,7 @@ export default class SearchTypeahead extends React.Component {
|
|
|
componentDidMount() {
|
|
componentDidMount() {
|
|
|
// **MEMO** This doesn't work at this time -- 2019.05.13 Yuki Takei
|
|
// **MEMO** This doesn't work at this time -- 2019.05.13 Yuki Takei
|
|
|
// It is needed to use Modal component of react-bootstrap when showing Move/Duplicate/CreateNewPage modals
|
|
// It is needed to use Modal component of react-bootstrap when showing Move/Duplicate/CreateNewPage modals
|
|
|
- this.typeahead.getInstance().focus();
|
|
|
|
|
|
|
+ // this.typeahead.getInstance().focus();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
componentWillUnmount() {
|
|
componentWillUnmount() {
|