[PR #443] [MERGED] Fix: Keep comment edits when textarea loses focus #1019

Closed
opened 2026-02-04 21:44:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/443
Author: @MikeJeffers
Created: 5/25/2023
Status: Merged
Merged: 6/13/2023
Merged by: @meltyshev

Base: masterHead: fix/441


📝 Commits (3)

📊 Changes

1 file changed (+6 additions, -17 deletions)

View changed files

📝 client/src/components/CardModal/Activities/CommentEdit.jsx (+6 -17)

📄 Description

Fixes: #441

This PR is a proposed fix for the linked issue by not reverting the text-state onBlur callbacks. This achieves parity with the card Add/Edit description functionality where the "Save" button remains visible with the same focus/blur actions.


🔄 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/plankanban/planka/pull/443 **Author:** [@MikeJeffers](https://github.com/MikeJeffers) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 6/13/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/441` --- ### 📝 Commits (3) - [`c90fec7`](https://github.com/plankanban/planka/commit/c90fec796a8c8e5f11ce554c1a1ad4aafc7a0bf2) fix: Keeps comment edits onblur - [`d9830dd`](https://github.com/plankanban/planka/commit/d9830ddf61e763b8f63deca8e49e48759d6c89e0) commit changes onblur - [`ff1f7c4`](https://github.com/plankanban/planka/commit/ff1f7c48a03281a044e1b1fe60782453ab4d120b) ref: Little refactoring ### 📊 Changes **1 file changed** (+6 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/CardModal/Activities/CommentEdit.jsx` (+6 -17) </details> ### 📄 Description Fixes: #441 This PR is a proposed fix for the linked issue by not reverting the text-state onBlur callbacks. This achieves parity with the card Add/Edit description functionality where the "Save" button remains visible with the same focus/blur actions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:44:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1019