soiz1 commited on
Commit
fd35b60
·
verified ·
1 Parent(s): 96d48d5

Update dev-tools.js

Browse files
Files changed (1) hide show
  1. dev-tools.js +1 -1
dev-tools.js CHANGED
@@ -594,7 +594,7 @@ const loadWebVitals = () => {
594
  });
595
  };
596
 
597
- // DOMContentLoaded内に追加
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') {