We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resizing
1 parent 577ccbe commit 382bfa5Copy full SHA for 382bfa5
1 file changed
packages/mini-app/src/Viewport.ts
@@ -74,7 +74,7 @@ export const init = (options: {
74
height,
75
stableHeight: is_state_stable ? height : prev.stableHeight,
76
expanded: is_expanded,
77
- resizing: is_state_stable,
+ resizing: !is_state_stable,
78
}))
79
})
80
bridge.on('safe_area_changed', ({ top, bottom, left, right }) => {
0 commit comments