-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix Ctrl-Enter shortcut for issues #10986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The js-quick-submit class needs to be applied to SimpleMDE's input field, which is currently only done for wiki pages. Fixes go-gitea#10937
Codecov Report
@@ Coverage Diff @@
## master #10986 +/- ##
==========================================
- Coverage 43.62% 43.59% -0.03%
==========================================
Files 597 597
Lines 83923 83923
==========================================
- Hits 36610 36589 -21
- Misses 42803 42822 +19
- Partials 4510 4512 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works as expected
Thank you for your contribution!
Ping LG-TM |
The js-quick-submit class needs to be applied to SimpleMDE's input field, which is currently only done for wiki pages. Fixes go-gitea#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>
The js-quick-submit class needs to be applied to SimpleMDE's input field, which is currently only done for wiki pages.
Fixes #10937