[PR #1806] [MERGED] Fix 1802 [Bug] Math Equation would be null. #1802 #4951

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1806
Author: @LucasXu0
Created: 2/5/2023
Status: Merged
Merged: 2/6/2023
Merged by: @appflowy

Base: mainHead: fix_1802


📝 Commits (3)

📊 Changes

6 files changed (+48 additions, -9 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart (+7 -1)
frontend/app_flowy/packages/flowy_infra_ui/lib/widget/ignore_parent_gesture.dart (+31 -0)
📝 frontend/rust-lib/flowy-document/tests/editor/attribute_test.rs (+1 -1)
📝 shared-lib/lib-ot/src/core/attributes/attribute.rs (+5 -3)
📝 shared-lib/lib-ot/src/text_delta/attributes.rs (+1 -1)
📝 shared-lib/lib-ot/src/text_delta/macros.rs (+3 -3)

📄 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/1806 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 2/5/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_1802` --- ### 📝 Commits (3) - [`be2ddb1`](https://github.com/AppFlowy-IO/AppFlowy/commit/be2ddb1d897994836fd9fd0e17793d68578645a7) fix: #1290 [Bug] 300ms delay on buttons in titlebar - [`4e8067d`](https://github.com/AppFlowy-IO/AppFlowy/commit/4e8067de78981a0e05c22c3be8d85a53ca461061) fix: #1802 Math Equation would be null - [`a4f110a`](https://github.com/AppFlowy-IO/AppFlowy/commit/a4f110a86548ff31e89c4014b8b8223fe886944b) fix: retain as a attribute value ### 📊 Changes **6 files changed** (+48 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart` (+7 -1) ➕ `frontend/app_flowy/packages/flowy_infra_ui/lib/widget/ignore_parent_gesture.dart` (+31 -0) 📝 `frontend/rust-lib/flowy-document/tests/editor/attribute_test.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/core/attributes/attribute.rs` (+5 -3) 📝 `shared-lib/lib-ot/src/text_delta/attributes.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/text_delta/macros.rs` (+3 -3) </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 22:16:33 +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#4951
No description provided.