Virtual scrolling added for history section.
This commit is contained in:
parent
b1588d4553
commit
df2ceb3fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<virtual-list class="virtual-list" :size="88" :remain="Math.min(5, history.length)">
|
||||
<ul v-for="entry in history" :key="entry.millis">
|
||||
<ul v-for="entry in history" :key="entry.millis" class="entry">
|
||||
<li>
|
||||
<label for="time">Time</label>
|
||||
<input name="time" type="text" readonly :value="entry.time">
|
||||
|
|
|
|||
Loading…
Reference in a new issue