Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
borimong authored Nov 14, 2024
2 parents 9c0e7f5 + 4b6edeb commit 35fee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feed/Modal/FeedFormPresentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function FeedFormPresentation({
);

const availableHeight = window.innerHeight - allComponentHeights - BasicPadding;
setRemainingHeight(isMobileDevice ? availableHeight - 44 : availableHeight);
setRemainingHeight(availableHeight);
}
}, [textareaHeightChangeFlag]);

Expand Down

0 comments on commit 35fee43

Please sign in to comment.