Skip to content
Snippets Groups Projects
Commit 7558a36e authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Fix for displaying loading when collapsed

parent 3e9965f7
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -126,7 +126,7 @@ export default {
:diff-file="file"
/>
<loading-icon
v-if="isLoadingCollapsedDiff || !file.renderIt"
v-if="isLoadingCollapsedDiff || (!file.renderIt && !isCollapsed)"
class="diff-content loading"
/>
<div
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment