mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix
This commit is contained in:
@@ -73,7 +73,7 @@ export class Logs {
|
||||
}
|
||||
|
||||
if(prev_logs?.log_position != logs.log_position) {
|
||||
if(prev_logs?.log_position != null) {
|
||||
if(prev_logs?.logs == logs.logs && prev_logs?.log_position != null) {
|
||||
this.el.children[prev_logs.log_position].classList.remove('active')
|
||||
}
|
||||
if(logs.log_position != null) {
|
||||
|
||||
Reference in New Issue
Block a user