Update dev-tools.js
Browse files- dev-tools.js +1 -1
dev-tools.js
CHANGED
@@ -594,7 +594,7 @@ const loadWebVitals = () => {
|
|
594 |
});
|
595 |
};
|
596 |
|
597 |
-
|
598 |
observer = new MutationObserver((mutations) => {
|
599 |
mutations.forEach((mutation) => {
|
600 |
if (mutation.type === 'childList') {
|
|
|
594 |
});
|
595 |
};
|
596 |
|
597 |
+
// DOMContentLoaded内に追加
|
598 |
observer = new MutationObserver((mutations) => {
|
599 |
mutations.forEach((mutation) => {
|
600 |
if (mutation.type === 'childList') {
|