Merge branch 'main' into feat/sk-32

This commit is contained in:
amazuecos
2025-04-06 06:03:44 +02:00
37 changed files with 789 additions and 618 deletions

View File

@ -68,7 +68,7 @@ class Chat {
}
if (this.chatHistoryBody[0]) {
console.log("History body");
//console.log("History body");
this.scrollbarChatHistory = new PerfectScrollbar(this.chatHistoryBody[0], {
wheelPropagation: false,
suppressScrollX: true,