[PR #1109] [MERGED] fix: tap event conflict when dragging grid header cell #4539

Closed
opened 2026-03-23 21:38:15 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1109
Author: @appflowy
Created: 9/21/2022
Status: Merged
Merged: 9/21/2022
Merged by: @appflowy

Base: mainHead: fix/drag_grid_header_cell


📝 Commits (2)

  • 0ff08ff fix: tap event conflict when dragging grid header cell
  • 437228d ci: fix warnings

📊 Changes

10 files changed (+29 additions, -23 deletions)

View changed files

📝 .githooks/commit-msg (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/url_cell/url_cell.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+20 -7)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+3 -5)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_property.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_toolbar.dart (+0 -2)
📝 frontend/app_flowy/packages/appflowy_popover/lib/src/popover.dart (+3 -2)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_stype_popover.dart (+2 -2)

📄 Description

No description provided


🔄 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/1109 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/21/2022 **Status:** ✅ Merged **Merged:** 9/21/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/drag_grid_header_cell` --- ### 📝 Commits (2) - [`0ff08ff`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ff08ff8d2d18bb4fe51a8db0181aabdb388fe10) fix: tap event conflict when dragging grid header cell - [`437228d`](https://github.com/AppFlowy-IO/AppFlowy/commit/437228d4cfb59678ba9ddcf3e90369576e9d018c) ci: fix warnings ### 📊 Changes **10 files changed** (+29 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.githooks/commit-msg` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/url_cell/url_cell.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+20 -7) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+3 -5) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_property.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_toolbar.dart` (+0 -2) 📝 `frontend/app_flowy/packages/appflowy_popover/lib/src/popover.dart` (+3 -2) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_stype_popover.dart` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:15 +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#4539
No description provided.