0.8.423
This commit is contained in:
@@ -57,7 +57,7 @@ function select_and_scroll_to_ticket (data,old_item_tab_user,el_tab){
|
||||
let old_insert_tab = document.querySelector(`[data-cur-receiver-item="${old_item_tab_user}"]`)
|
||||
if (old_insert_tab) {
|
||||
old_insert_tab.classList.add("select")
|
||||
old_insert_tab.scrollIntoView({behavior: "smooth"});
|
||||
old_insert_tab.scrollIntoView({behavior: "smooth",block:'end',inline:'end'});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user