mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #443] [MERGED] Fix: Keep comment edits when textarea loses focus #1019
Reference in New Issue
Block a user
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/plankanban/planka/pull/443
Author: @MikeJeffers
Created: 5/25/2023
Status: ✅ Merged
Merged: 6/13/2023
Merged by: @meltyshev
Base:
master← Head:fix/441📝 Commits (3)
c90fec7fix: Keeps comment edits onblurd9830ddcommit changes onblurff1f7c4ref: Little refactoring📊 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.