Skip to content

Commit

Permalink
fix: always update handle height to avoid races.(related #919)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 23, 2022
1 parent 7e00dd2 commit dbf8945
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ function BottomSheetHandleContainerComponent({
layout: { height },
},
}: LayoutChangeEvent) {
if (height === handleHeight.value) {
return;
}
handleHeight.value = height;

print({
Expand Down

0 comments on commit dbf8945

Please sign in to comment.