Merge pull request #585 from microsoft/samart/delayDomFix

ensuring mutation module starts when delayDom is false
This commit is contained in:
ender336
2024-04-22 13:53:08 -07:00
committed by GitHub

View File

@@ -21,6 +21,8 @@ export function start(): void {
bind(window, 'load', () => {
mutation.start();
});
} else {
mutation.start();
}
discover.start();
style.start();