forked from mirrors/rustdesk
This commit is contained in:
parent
82a9fd1540
commit
6aee70fa18
1 changed files with 4 additions and 0 deletions
|
|
@ -12,7 +12,11 @@
|
|||
include "common.tis";
|
||||
var p = view.parameters;
|
||||
view.refresh = function() {
|
||||
var draft_input = $(input);
|
||||
var draft = draft_input ? (draft_input.value || "") : "";
|
||||
$(body).content(<ChatBox msgs={p.msgs} callback={p.callback} />);
|
||||
var next_input = $(input);
|
||||
if (next_input) next_input.value = draft;
|
||||
view.focus = $(input);
|
||||
}
|
||||
function self.closing() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue