tangled
alpha
login
or
join now
yippee.fun
/
morphlex
0
fork
atom
Precise DOM morphing
morphing
typescript
dom
0
fork
atom
overview
issues
pulls
pipelines
fix typo
joel.drapper.me
4 months ago
d4189f35
483b3886
+1
-1
1 changed file
expand all
collapse all
unified
split
src
morphlex.ts
+1
-1
src/morphlex.ts
···
407
407
}
408
408
}
409
409
410
410
-
// Match by huristics
410
410
+
// Match by heuristics
411
411
for (let i = 0; i < toChildNodes.length; i++) {
412
412
if (matches[i]) continue
413
413
const element = toChildNodes[i]!