mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
Backport #31445 by wxiaoguang Fix #19031 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@ -172,6 +172,7 @@ async function onEditContent(event) {
|
||||
if (!comboMarkdownEditor.value()) {
|
||||
comboMarkdownEditor.value(rawContent.textContent);
|
||||
}
|
||||
comboMarkdownEditor.switchTabToEditor();
|
||||
comboMarkdownEditor.focus();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user