Skip to content

Commit

Permalink
don't use bardo during morphing frame render.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Aug 25, 2024
1 parent 6646957 commit 0a8304d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/frames/morphing_frame_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ export class MorphingFrameRenderer extends FrameRenderer {

morphChildren(currentElement, newElement)
}
async preservingPermanentElements(callback) {
return await callback()
}
}

0 comments on commit 0a8304d

Please sign in to comment.