Commit 7558a36e authored by Tim Zallmann's avatar Tim Zallmann

Fix for displaying loading when collapsed

parent 3e9965f7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment