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 df6da5f commit 105b890Copy full SHA for 105b890
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