Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-05-17 19:04:01 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-08 00:25:54 +0300
commitae736d81e1f64fe9439ac0675538d359cfdb5be9 (patch)
tree65909f34c584010dbf39ca4a2b1c6c3db2732153 /CHANGELOG
parentfd248392dddcb484fbe21e3cee9d7a64f1e96960 (diff)
Added a line to find the currently saved text and replace the markdown textarea text when cancelling
Updated CHANGELOG Corrected the changes to store the markdown in a hidden input when edit starts and retrieve the original from that input when edit is cancelled Replaced hidden input with form attribute
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b9189b80889..ff5a7c22e60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -57,6 +57,7 @@ v 8.8.4 (unreleased)
- Fix importer for GitHub comments on diff
- Disable Webhooks before proceeding with the GitHub import
- Added descriptions to notification settings dropdown
+ - Markdown editor now correctly resets the input value on edit cancellation !4175
v 8.8.3
- Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312