🐛 Fixed build + refactored all js files
This commit is contained in:
@@ -439,7 +439,7 @@ export default {
|
||||
}
|
||||
},
|
||||
updated: function() {
|
||||
this.$nextTick(()=> {
|
||||
this.$nextTick(function() {
|
||||
const divLog = document.getElementById("log");
|
||||
divLog.scrollBy(0, divLog.scrollHeight + 100);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user