This commit is contained in:
2023-08-02 19:57:29 +03:00
parent 124c2b798c
commit 601cee0377
3 changed files with 4 additions and 10 deletions

View File

@@ -247,11 +247,3 @@ function sendMessageEnter (e,id_ticket,sender,receiver){
//
}
}
function revertScroll (el,e) {
// let scrollPosition = el.scrollTop;
// window.scrollTo({
// top: scrollPosition - el.clientHeight,
// behavior: 'smooth'
// });
}