Skip to content

Fix/2371#2524

Merged
Mister-Hope merged 3 commits intowalinejs:mainfrom
OrageKK:fix/2371
May 24, 2024
Merged

Fix/2371#2524
Mister-Hope merged 3 commits intowalinejs:mainfrom
OrageKK:fix/2371

Conversation

@OrageKK
Copy link
Contributor

@OrageKK OrageKK commented May 22, 2024

Fixed this bug #2371

This is because the submitComment function on line 194 of packages/client/SRC/components/CommentBox.vue is executed asynchronously and modifies the internal editor.value="". While the watch is triggered before that, this only happens when replying, I'm not sure why, but this solves the problem, if there is a better way to do this, please let me know. I haven't read the source code much.

@lizheming lizheming requested a review from Mister-Hope May 22, 2024 13:28
@Mister-Hope Mister-Hope merged commit 54c6922 into walinejs:main May 24, 2024
martapanc pushed a commit to martapanc/walinejs that referenced this pull request Nov 25, 2025
…alinejs#2524)

Co-authored-by: Mister-Hope <mister-hope@outlook.com>
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

Comments