Skip to content

Commit 79575c7

Browse files
committed
fix(modal):change visibility to original footer after animation finishes.
1 parent 1cfa915 commit 79575c7

File tree

1 file changed

+1
-0
lines changed
  • core/src/components/modal/gestures

1 file changed

+1
-0
lines changed

core/src/components/modal/gestures/sheet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ export const createSheetGesture = (
462462
.onFinish(
463463
() => {
464464
if (shouldRemainOpen) {
465+
swapFooterVisibility('original');
465466
/**
466467
* Once the snapping animation completes,
467468
* we need to reset the animation to go

0 commit comments

Comments
 (0)