[PR #3929] [MERGED] Add resize to trix editor #4122

Closed
opened 2026-04-25 00:18:24 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3929
Author: @mikiher
Created: 2/4/2025
Status: Merged
Merged: 2/5/2025
Merged by: @advplyr

Base: masterHead: fix-trix-resize


📝 Commits (1)

  • 76ac0d0 Add resize to trix editor

📊 Changes

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

View changed files

📝 client/components/ui/VueTrix.vue (+3 -1)

📄 Description

Brief summary

Adds a resize handle to the rich text editor.

Which issue is fixed?

Fixes #3928

In-depth Description

  • Added resize: vertical to text-editor style
  • Set height and min-height properties (instead of max-height)

How have you tested this?

Resize handle now shows up where the rich text editor appears, and works as expected.


🔄 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/advplyr/audiobookshelf/pull/3929 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-trix-resize` --- ### 📝 Commits (1) - [`76ac0d0`](https://github.com/advplyr/audiobookshelf/commit/76ac0d001b8cb7f3d3332c445fbbe5a6634e897c) Add resize to trix editor ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/ui/VueTrix.vue` (+3 -1) </details> ### 📄 Description ## Brief summary Adds a resize handle to the rich text editor. ## Which issue is fixed? Fixes #3928 ## In-depth Description - Added `resize: vertical` to text-editor style - Set `height` and `min-height` properties (instead of `max-height`) ## How have you tested this? Resize handle now shows up where the rich text editor appears, and works as expected. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:24 +02:00
adam closed this issue 2026-04-25 00:18:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4122