feat(editor): use migrated extensions (#11886)

Closes: BS-3283
This commit is contained in:
Saul-Mirone
2025-04-22 15:51:22 +00:00
parent de8c65f4e6
commit 99ad4e871e
26 changed files with 483 additions and 125 deletions

View File

@@ -85,8 +85,8 @@ export class ViewExtensionProvider<
super.setup(context, options);
const constructer = this.constructor as typeof ViewExtensionProvider;
if (!constructer.effectRunned) {
this.effect();
constructer.effectRunned = true;
this.effect();
}
}
}