diff --git a/js/quick-reply.js b/js/quick-reply.js index cd1b9e8a..2aee7c69 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -252,6 +252,11 @@ $(this).remove(); } + // Remove tegaki if existent + if ($(this).is('#tegaki-form')) { + $(this).remove(); + } + // Remove upload selection if ($td.is('#upload_selection')) { $(this).remove();