[PR #1896] [MERGED] fix: homeMenuResizer position when menu is drawer. #5000

Closed
opened 2026-03-23 22:16:46 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1896
Author: @0x7c01
Created: 2/27/2023
Status: Merged
Merged: 2/28/2023
Merged by: @LucasXu0

Base: mainHead: fix_home_menu_resizer_position


📝 Commits (1)

  • 09dd42b fix: homeMenuResizer position when menu is drawer.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart (+1 -1)

📄 Description

When menuIsDrawer = true, homeMenuResizer is still positioned at homeStack left.
In this case, homeMenuResizer will located at homeMenu left, so we must drag home menu left area to resize home menu.
So I create this PR to fix this case.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1896 **Author:** [@0x7c01](https://github.com/0x7c01) **Created:** 2/27/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_home_menu_resizer_position` --- ### 📝 Commits (1) - [`09dd42b`](https://github.com/AppFlowy-IO/AppFlowy/commit/09dd42b2abf0de5e8ead9a707abb747a8b2083bf) fix: homeMenuResizer position when menu is drawer. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart` (+1 -1) </details> ### 📄 Description When menuIsDrawer = true, homeMenuResizer is still positioned at homeStack left. In this case, homeMenuResizer will located at homeMenu left, so we must drag home menu left area to resize home menu. So I create this PR to fix this case. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:46 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5000
No description provided.