[PR #2361] [MERGED] Fix: Fix distorted/shrunken emojis in Callout option in theDocument page #5206

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2361
Author: @gitstart
Created: 4/26/2023
Status: Merged
Merged: 4/27/2023
Merged by: @a-wallen

Base: mainHead: FLOWY-OSS-11


📝 Commits (1)

  • a46f088 fix: distorted/shrunken emojis in Callout option in theDocument page

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/emoji_picker/src/default_emoji_picker_view.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/emoji_picker/src/default_emoji_picker_view.dart (+1 -1)

📄 Description

PR Description

This PR fixes distorted/shrunk emojis in Document page's Callout option, closes Issue #2284.

Issue screenshot

Fix Description

The parent wrapper container now has BoxFit.scaleDown option instead of BixFit.fill.

[Fix] Screenshot

fix-screenshot

[Fix] Recording

https://user-images.githubusercontent.com/13991373/233542336-18f4b74a-33a5-478d-baa5-e3e50c8fb961.mov


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.


🔄 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/2361 **Author:** [@gitstart](https://github.com/gitstart) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@a-wallen](https://github.com/a-wallen) **Base:** `main` ← **Head:** `FLOWY-OSS-11` --- ### 📝 Commits (1) - [`a46f088`](https://github.com/AppFlowy-IO/AppFlowy/commit/a46f0889c196b57bdd173643a7131e9516719a94) fix: distorted/shrunken emojis in Callout option in theDocument page ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/emoji_picker/src/default_emoji_picker_view.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/emoji_picker/src/default_emoji_picker_view.dart` (+1 -1) </details> ### 📄 Description ### PR Description This PR fixes distorted/shrunk emojis in `Document` page's Callout option, closes [Issue #2284](https://github.com/AppFlowy-IO/AppFlowy/issues/2284). > Issue screenshot <img src="https://user-images.githubusercontent.com/13991373/233542167-cf30a059-cbe8-481e-b36b-6d8e3ae75f32.png" width=700/> ### Fix Description The parent wrapper container now has `BoxFit.scaleDown` option instead of `BixFit.fill`. > [Fix] Screenshot ![fix-screenshot](https://user-images.githubusercontent.com/13991373/233542295-15a4d3b1-131f-4e8b-9d88-efa6229e62d0.png) > [Fix] Recording https://user-images.githubusercontent.com/13991373/233542336-18f4b74a-33a5-478d-baa5-e3e50c8fb961.mov --- ### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:43 +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#5206
No description provided.