Let prettier change a load of things because new prettier has new rules :(
This commit is contained in:
parent
a05156407b
commit
1601bdd123
44 changed files with 218 additions and 262 deletions
|
|
@ -17,9 +17,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Paused banner outside scroll container, positioned relative to wrapper -->
|
||||
<div v-if="userIsHovering" class="paused-banner">
|
||||
Auto-scroll paused
|
||||
</div>
|
||||
<div v-if="userIsHovering" class="paused-banner">Auto-scroll paused</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -46,10 +44,10 @@ export default {
|
|||
},
|
||||
|
||||
watch: {
|
||||
log: function() {
|
||||
log: function () {
|
||||
this.scrollToBottom();
|
||||
},
|
||||
taskStatus: function() {
|
||||
taskStatus: function () {
|
||||
this.scrollToBottom();
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue