We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4935 commit 66af01eCopy full SHA for 66af01e
src/components/advanced-autosuggest-control/index.js
@@ -279,7 +279,7 @@ class AdvancedAutosuggestControl extends Component {
279
this.setState( { isShowingSuggestions: false } )
280
}
281
282
- if ( shouldShowSuggestions ) {
+ if ( shouldShowSuggestions && this.state.containerRect ) {
283
// We need to add styling to position the
284
// suggestion drop down correctly. Scrolling
285
// the editor/inspector breaks the position, so
0 commit comments