diff --git a/lib/ui/package.json b/lib/ui/package.json index 37a8c805ec51..a014acd5b9fc 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -33,7 +33,7 @@ "react-icons": "^2.2.7", "react-inspector": "^2.2.1", "react-komposer": "^2.0.0", - "react-modal": "^3.1.0", + "react-modal": "^3.1.2", "react-split-pane": "^0.1.68", "react-treebeard": "^2.0.3", "redux": "^3.7.2" diff --git a/lib/ui/src/modules/ui/components/search_box.js b/lib/ui/src/modules/ui/components/search_box.js index d56e2a1f3715..8ccbce2df892 100644 --- a/lib/ui/src/modules/ui/components/search_box.js +++ b/lib/ui/src/modules/ui/components/search_box.js @@ -109,8 +109,6 @@ export default class SearchBox extends React.Component { style={modalStyle} contentLabel="Search" shouldReturnFocusAfterClose={false} - // see https://github.com/reactjs/react-modal/pull/540/files#r148984350 - shouldFocusAfterRender={false} >