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.
2 parents 386d9a8 + 0054412 commit ab898efCopy full SHA for ab898ef
src/core/siteplugins/components/block/block.ts
@@ -63,9 +63,11 @@ export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implem
63
}
64
65
/**
66
- * Pass on content invalidation by refreshing content in the plugin content component.
+ * Invalidate block data.
67
+ *
68
+ * @return Promise resolved when done.
69
*/
70
protected invalidateContent(): Promise<any> {
- return Promise.resolve(this.content.refreshContent());
71
+ return this.sitePluginsProvider.invalidateContent(this.component, this.method, this.args);
72
73
0 commit comments