Skip to content

Commit 3d4a3c8

Browse files
committed
Turn off loadahead throbber
I've never seen it in action and when you use skip it shows all the time
1 parent 3bf96b1 commit 3d4a3c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/graph/graph-graphics.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@
5353
stroke-width="10"
5454
fill="transparent"
5555
/>
56-
<!-- ko if: skip() > 0 -->
57-
<circle
58-
class="loadAhead"
59-
data-bind="attr: { fill: commitNodeColor }"
60-
cx="610"
61-
cy="35"
62-
r="15"
63-
/>
64-
<!-- /ko -->
6556
</g>
6657
<!-- /ko -->
6758

0 commit comments

Comments
 (0)