diff --git a/src/components/GridLayout/GridLayout.js b/src/components/GridLayout/GridLayout.js index 0ba6f22..1802f0d 100644 --- a/src/components/GridLayout/GridLayout.js +++ b/src/components/GridLayout/GridLayout.js @@ -234,7 +234,7 @@ export default class GridLayout extends React.PureComponent { () => this.reloadItems(), reloadIntervalRemains <= 0 ? autoupdateIntervalMs : reloadIntervalRemains, ); - } else if (force || (!isPageHidden && !editMode)) { + } else if (force) { reloadItems(targetPlugins, {silentLoading, noVeil: true}); } }