This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/editIssueComment: add submit shortcut

Signed-off-by: marco.tngl.sh <dev@marco.social>

author
marco.tngl.sh
committer did:plc:wshs7t2adsemcrrd4snkeq… date (Mar 5, 2026, 9:03 AM UTC) commit 3aa55530 parent 0b197624 change-id ttpktkor
+1
+1
appview/pages/templates/repo/issues/fragments/editIssueComment.html
··· 22 22 <button 23 23 class="btn-create py-0 flex gap-1 items-center group text-sm" 24 24 hx-post="/{{ .RepoInfo.FullName }}/issues/{{ .Issue.IssueId }}/comment/{{ .Comment.Id }}/edit" 25 + hx-trigger="click, keydown[(ctrlKey || metaKey) && key=='Enter'] from:#edit-textarea-{{ .Comment.Id }}" 25 26 hx-include="#edit-textarea-{{ .Comment.Id }}" 26 27 hx-target="#comment-body-{{ .Comment.Id }}" 27 28 hx-swap="outerHTML">