Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont hide reply box on other actions. Fixes #1968 #2189

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

dessalines
Copy link
Member

Description

Fixes an issue with comment actions "finishing" / closing the reply box

Screenshots

After

az_recorder_20231019_111528.mp4

res.data.comment_view,
s.commentsRes.data.comments,
);
}
Copy link
Member Author

@dessalines dessalines Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main issue was on L1069 with s.finished.set

It should only "finish" the comment (IE clear the reply / edit box), on either an edit or a comment create. It shouldn't close the box on a vote, save, etc.

So I just had to create findAndUpdateCommentEdit alternatives that included the finished setting, and remove the finished on the existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants