tmp solution for msgbox in scrollable

This commit is contained in:
rustdesk 2022-02-04 11:20:01 +08:00
parent 9c6715f95e
commit eb49af843c

View File

@ -212,6 +212,7 @@ class ChatBox: Reactor.Component {
/******************** start of msgbox ****************************************/ /******************** start of msgbox ****************************************/
var remember_password = false; var remember_password = false;
function msgbox(type, title, content, callback=null, height=180, width=500, hasRetry=false, contentStyle="") { function msgbox(type, title, content, callback=null, height=180, width=500, hasRetry=false, contentStyle="") {
$(body).scrollTo(0, 0);
if (!type) { if (!type) {
closeMsgbox(); closeMsgbox();
return; return;