ensuring mutation module starts when delayDom is false

This commit is contained in:
Sam Martin
2024-04-22 13:35:59 -07:00
parent 8972c47719
commit 329b27c236

View File

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