mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
tmp solution for msgbox in scrollable
This commit is contained in:
parent
9c6715f95e
commit
eb49af843c
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ class ChatBox: Reactor.Component {
|
|||
/******************** start of msgbox ****************************************/
|
||||
var remember_password = false;
|
||||
function msgbox(type, title, content, callback=null, height=180, width=500, hasRetry=false, contentStyle="") {
|
||||
$(body).scrollTo(0, 0);
|
||||
if (!type) {
|
||||
closeMsgbox();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue