Fixed Ctrl+Enter submission not working anymore either.

This commit is contained in:
flash 2024-01-25 00:18:56 +00:00
parent 27b3e49e14
commit a65f8dc8dd

View file

@ -56,7 +56,7 @@
// can probably be done in a less stupid manner
MszForumEditorAllowClose = true;
elem.submit();
elem.form.submit();
ev.preventDefault();
}
});