mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Refocus message box after posting message
This commit is contained in:
@ -763,6 +763,7 @@
|
||||
});
|
||||
funct.always(function() {
|
||||
$("#messagebox").attr('readonly', false);
|
||||
$("#messagebox").focus();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user