Skip to content

Fixed the IDE commit list item loosing its active state

Phil Hughes requested to merge ide-tab-active-click-fix into master

What does this MR do?

Fixes the IDE commit list items loosing their active state when clicking the files tab in the tab bar. Instead of now always calling openPendingTab even when the file is active, it now only gets called when the file is not active.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48125

Edited by Filipa Lacerda

Merge request reports