forked from forgejo/forgejo
Fix PR comments UI (#18323)
Closes: * Review comment cannot be edited #17768 * Changing PR Comment Resolved State Disables Further Changes #18315
This commit is contained in:
parent
11b4827791
commit
84f8ef3df6
7 changed files with 64 additions and 27 deletions
|
@ -45,7 +45,7 @@ export function initRepoDiffConversationForm() {
|
|||
});
|
||||
|
||||
|
||||
$('.resolve-conversation').on('click', async function (e) {
|
||||
$(document).on('click', '.resolve-conversation', async function (e) {
|
||||
e.preventDefault();
|
||||
const comment_id = $(this).data('comment-id');
|
||||
const origin = $(this).data('origin');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue