fix(core): update
This commit is contained in:
parent
d51027d4be
commit
60e173b7be
@ -359,9 +359,9 @@ export class WccProperties extends LitElement {
|
|||||||
this.dashboardRef.buildUrl();
|
this.dashboardRef.buildUrl();
|
||||||
}
|
}
|
||||||
|
|
||||||
public async performUpdate() {
|
public async scheduleUpdate() {
|
||||||
await this.createProperties();
|
await this.createProperties();
|
||||||
super.performUpdate();
|
super.scheduleUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
public selectViewport(viewport: TEnvironment) {
|
public selectViewport(viewport: TEnvironment) {
|
||||||
|
Loading…
Reference in New Issue
Block a user