Fix UI issue when laoding legacy tickets

This commit is contained in:
yflory 2024-03-27 14:15:31 +01:00
parent ebea8f051b
commit 3affa95462

View File

@ -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