fix infinite loop
This commit is contained in:
parent
753e88a1d2
commit
1a6e358b9e
|
|
@ -441,9 +441,9 @@ export class FolkShape extends FolkElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override update(changedProperties: PropertyValues): void {
|
protected override update(changedProperties: PropertyValues): void {
|
||||||
super.update(changedProperties);
|
|
||||||
|
|
||||||
this.#dispatchTransformEvent();
|
this.#dispatchTransformEvent();
|
||||||
|
|
||||||
|
super.update(changedProperties);
|
||||||
}
|
}
|
||||||
|
|
||||||
#dispatchTransformEvent() {
|
#dispatchTransformEvent() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue