feat: editable element stats (#6382)

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
Ryan Di
2024-06-12 19:49:46 +02:00
committed by GitHub
co-authored by dwelle
parent 22b39277f5
commit d2f67e619f
40 changed files with 3596 additions and 413 deletions
+6
View File
@@ -559,4 +559,10 @@ export class UI {
".context-menu",
) as HTMLElement | null;
};
static queryStats = () => {
return GlobalTestState.renderResult.container.querySelector(
".Stats",
) as HTMLElement | null;
};
}