mirror of
https://github.com/chenasraf/clarity.git
synced 2026-05-17 17:48:05 +00:00
Merge pull request #585 from microsoft/samart/delayDomFix
ensuring mutation module starts when delayDom is false
This commit is contained in:
@@ -21,6 +21,8 @@ export function start(): void {
|
||||
bind(window, 'load', () => {
|
||||
mutation.start();
|
||||
});
|
||||
} else {
|
||||
mutation.start();
|
||||
}
|
||||
discover.start();
|
||||
style.start();
|
||||
|
||||
Reference in New Issue
Block a user