summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-30 18:40:50 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-05-30 18:40:50 +0000
commit7acf831645c3e6ec977a9cc3d02fdbbf7b8e485a (patch)
tree9842dd369de0d7375fcc7e17acd4c0bddafb4f6c
parent821daf709f522b386dcd347bd339dd9d948233fe (diff)
downloadgitlab-ce-7acf831645c3e6ec977a9cc3d02fdbbf7b8e485a.tar.gz
Revert "Merge branch 'issue-title-fade-fix' into '9-2-stable'"
This reverts commit 821daf709f522b386dcd347bd339dd9d948233fe, reversing changes made to cbde95c281af5cdd6b4dee3bdb1bdb360eb71d2c.
-rw-r--r--app/assets/javascripts/issue_show/issue_title_description.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/issue_show/issue_title_description.vue b/app/assets/javascripts/issue_show/issue_title_description.vue
index 984b96a2dc0..8a7a813efd8 100644
--- a/app/assets/javascripts/issue_show/issue_title_description.vue
+++ b/app/assets/javascripts/issue_show/issue_title_description.vue
@@ -105,7 +105,7 @@ export default {
this.title = title;
this.description = description;
- setTimeout(() => {
+ this.$nextTick(() => {
this.updateFlag('titleFlag', false);
this.updateFlag('descriptionFlag', false);
});