Virtual scrolling added for history section.

This commit is contained in:
izerozlu
2019-08-28 13:35:14 +03:00
parent b1588d4553
commit df2ceb3fe9

View File

@@ -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">