Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comments: Fix an incorrent DOM element selection.
This commit fixes a bug that was causing text from previously edited comment to get saved when two comments were edited one after other. Text area with id of `#content` isn't unique on the page but it was being treated as unique by the event handling code. Fixes: go-gitea#5581.
- Loading branch information