#4083 Update the quicky replies button when going into edit mode
Merged 5 years ago by pingou. Opened 5 years ago by pingou.

@@ -26,6 +26,10 @@ 

      in_preview = !in_preview;

      update_button();

    });

+   $('#editinmarkdown').on('click', function () {

+     in_preview = !in_preview;

+     update_button();

+   });

    $('#comment').on('input propertychange', update_button);

    $('[data-toggle="tooltip"]').tooltip();

    update_button();

Looks like it should help.

@pingou I think you mean "quick replies" rather than "quicky replies"?

@pingou I think you mean "quick replies" rather than "quicky replies"?

Lol, yes I did :)

rebased onto 1ebbd70

5 years ago

Pull-Request has been merged by pingou

5 years ago