Edited as per @jamesgeorge007 's said ✨
This commit is contained in:
@@ -432,7 +432,7 @@ export default {
|
||||
this.sse.close();
|
||||
}
|
||||
},
|
||||
updated: ()=> {
|
||||
updated: function() {
|
||||
this.$nextTick(()=> {
|
||||
const divLog = document.getElementById("log");
|
||||
divLog.scrollBy(0, divLog.scrollHeight + 100);
|
||||
|
||||
Reference in New Issue
Block a user