1
0
Fork 0
forked from NYANDEV/forgejo

Fix PR comments UI ()

Closes:
* Review comment cannot be edited 
* Changing PR Comment Resolved State Disables Further Changes 
This commit is contained in:
wxiaoguang 2022-01-19 01:28:38 +08:00 committed by GitHub
parent 11b4827791
commit 84f8ef3df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 64 additions and 27 deletions
web_src/js/features

View file

@ -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');