Caleb Porzio 4 ani în urmă
părinte
comite
9dd1afc585
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      packages/alpinejs/src/directives/x-for.js

+ 1 - 2
packages/alpinejs/src/directives/x-for.js

@@ -158,8 +158,7 @@ function loop(el, iteratorNames, evaluateItems, evaluateKey) {
             refreshScope(elForSpot, scopes[keys.indexOf(keyForSpot)])
         }
 
-        // We can now create and add new elements. They will get picked up
-        // by the mutation observer and get initialized by Alpine.
+        // We can now create and add new elements.
         for (let i = 0; i < adds.length; i++) {
             let [lastKey, index] = adds[i]