]> source.dussan.org Git - gitea.git/commit
Fix Ctrl-Enter shortcut for issues (#10986)
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>
Tue, 7 Apr 2020 03:51:21 +0000 (05:51 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 03:51:21 +0000 (00:51 -0300)
commitecb176851be67f74c4e62a3fe6bff4f2c29bf9c9
tree6237792ca2d13089ebfce56762a2c10f624b2fab
parentb252b23f1659c2a81c252d7d9a7e0aef2aac91fb
Fix Ctrl-Enter shortcut for issues (#10986)

The js-quick-submit class needs to be applied to SimpleMDE's input
field, which is currently only done for wiki pages.

Fixes #10937

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
web_src/js/index.js