Skip to content

Commit

Permalink
Fix x-teleport by removing clone x-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed Dec 6, 2024
1 parent 60cbc24 commit b888511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/alpinejs/src/directives/x-teleport.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ directive('teleport', (el, { modifiers, expression }, { cleanup }) => {

skipDuringClone(() => {
initTree(clone)

clone._x_ignore = true
})()
})

Expand Down

0 comments on commit b888511

Please sign in to comment.