Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Nov 12, 2024
1 parent 463f277 commit a88d40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/morph/src/morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ function seedingMatchingId(to, from) {
let fromId = from && from._x_bindings && from._x_bindings.id

if (! fromId) return
if (! to.setAttribute) return

to.setAttribute('id', fromId)
to.id = fromId
Expand Down

0 comments on commit a88d40c

Please sign in to comment.