mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix UI issue when laoding legacy tickets
This commit is contained in:
parent
ebea8f051b
commit
3affa95462
@ -868,7 +868,7 @@ Attachments:${JSON.stringify(msg.attachments, 0, 2)}`;
|
||||
let run = () => {
|
||||
let $div = $(content);
|
||||
$div.empty();
|
||||
$(start).prop('disabled', 'disabled');
|
||||
$(start).prop('disabled', 'disabled').blur();
|
||||
APP.module.execCommand('GET_LEGACY', {}, contentByHash => {
|
||||
$(start).prop('disabled', false);
|
||||
// group by ticket id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user