Skip to content

Commit 4a40883

Browse files
authored
🐛 Fixes reference to incorrect attribute (#3814)
* 🐛 Fixes reference to incorrect attribute * ⚰️ Turns out it wasn't needed at all
1 parent 8adfcec commit 4a40883

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/morph/src/morph.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@ function getFirstNode(parent) {
446446
function getNextSibling(parent, reference) {
447447
if (reference._x_teleport) {
448448
return reference._x_teleport
449-
} else if (reference.teleportBack) {
450-
return reference.teleportBack
451449
}
452450

453451
let next

0 commit comments

Comments
 (0)