Fix support panel UI issue

pull/1/head
yflory 4 years ago
parent b7ea099eab
commit 7e1c7c481e

@ -307,7 +307,7 @@ define([
var form = makeForm(ctx, function () {
var sent = sendForm(ctx, content.id, form, content.sender);
if (sent) {
$(actions).show();
$(actions).css('display', '');
$(form).remove();
}
}, content.title);

Loading…
Cancel
Save