mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
tmp solution for msgbox in scrollable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user