summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/repo_tab.vue
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-25 11:58:24 +0100
committerPhil Hughes <me@iamphill.com>2018-06-25 11:58:24 +0100
commitbc955da8eabc54302875d100dde2c61ffce84312 (patch)
tree20c99f325a1114e80ae412920db6811acc5e0ffc /app/assets/javascripts/ide/components/repo_tab.vue
parent9490c378338bd415ad0a53897a85b6acda4ec676 (diff)
downloadgitlab-ce-bc955da8eabc54302875d100dde2c61ffce84312.tar.gz
Fixed the IDE commit list item loosing its active stateide-tab-active-click-fix
Closes #48125
Diffstat (limited to 'app/assets/javascripts/ide/components/repo_tab.vue')
-rw-r--r--app/assets/javascripts/ide/components/repo_tab.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/ide/components/repo_tab.vue b/app/assets/javascripts/ide/components/repo_tab.vue
index 1ad52c1bd83..03772ae4a4c 100644
--- a/app/assets/javascripts/ide/components/repo_tab.vue
+++ b/app/assets/javascripts/ide/components/repo_tab.vue
@@ -44,6 +44,8 @@ export default {
methods: {
...mapActions(['closeFile', 'updateDelayViewerUpdated', 'openPendingTab']),
clickFile(tab) {
+ if (tab.active) return;
+
this.updateDelayViewerUpdated(true);
if (tab.pending) {