mirror of https://github.com/PiyushXCoder/lupt.git
fixes
This commit is contained in:
parent
c709d78c8c
commit
ba741dc274
|
|
@ -3,7 +3,7 @@ let Messages = class {
|
|||
static pick(elm) {
|
||||
var elm = $(elm);
|
||||
elm.toggleClass('active');
|
||||
|
||||
autosize($('#send_box')[0]);
|
||||
if($('.message.active').length == 0)
|
||||
$('#selected_clip').addClass('is-hidden');
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue