Skip to content

Commit

Permalink
fix forkgraph width after background refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 8, 2023
1 parent f09eb51 commit ab4498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index/recentSlots.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h5 class="card-title d-flex justify-content-between align-items-center" style="
<tbody class="template-tbody">
{{ html "<!-- ko foreach: slots -->" }}
<tr class="template-row">
<td class="graph-container" data-bind="style: {width: $root.forktree_width + 'px'}">
<td class="graph-container" data-bind="style: {width: $root.forktree_width() + 'px'}">
{{ html "<!-- ko foreach: fork_graph -->" }}
<div class="graph-fork" data-bind="attr: {'data-index': index}, style: {left: left + 'px'}">
{{ html "<!-- ko foreach: Object.keys(tiles) -->" }}
Expand Down

0 comments on commit ab4498e

Please sign in to comment.