mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #136] [MERGED] fix: image size issues #180
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/136
Author: @nygmaaa
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/2/2025
Merged by: @arikchakma
Base:
main← Head:main📝 Commits (1)
96d604afix: image size issues📊 Changes
5 files changed (+32 additions, -20 deletions)
View changed files
📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+4 -4)📝
packages/core/src/editor/components/image-menu/use-image-state.tsx(+2 -2)📝
packages/core/src/editor/components/inline-image-menu/inline-image-bubble-menu.tsx(+6 -2)📝
packages/core/src/editor/nodes/image/image-view.tsx(+4 -2)📝
packages/core/src/editor/nodes/image/image.ts(+16 -10)📄 Description
Fixed several issues related to image size:
Image
parseHTMLandrenderHTML(Setting a numeric value without unit like 'px' for width/height in style is invalid, causingelement.style.widthto return nothing.)InlineImage
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.