So. MUCH. override

This commit is contained in:
Jordi Bunster
2021-05-06 00:49:03 -07:00
parent db227084be
commit 9ba434a1ac
107 changed files with 3127 additions and 1301 deletions

View File

@@ -61,7 +61,7 @@ export default class GraphStylingPane extends ContextualPaneBase {
this.remoteConfig = config;
}
public close() {
public override close() {
this.remoteConfig = null;
super.close();
}