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

Fix: Article draft not saved when adding an image to existing content- EXO-75826 - Meeds-io/Meeds#2649 #343

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

sofyenne
Copy link
Contributor

Before this change, editing an article by adding an image to its content did not trigger the auto-save action. This issue occurred due to an incorrect comparison of the article content in the isSameContent method, which only compared the first level of HTML nodes. This change improves the content comparison logic, resolving the issue

…- EXO-75826 - Meeds-io/meeds#2649 (#336)

Before this change, editing an article by adding an image to its content
did not trigger the auto-save action. This issue occurred due to an
incorrect comparison of the article content in the isSameContent method,
which only compared the first level of HTML nodes. This change improves
the content comparison logic, resolving the issue
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Dec 11, 2024
Copy link

sonarcloud bot commented Dec 11, 2024

@sofyenne sofyenne requested a review from rdenarie December 11, 2024 14:07
@sofyenne sofyenne merged commit 4618ecb into develop Dec 11, 2024
7 checks passed
@sofyenne sofyenne deleted the merge-75826 branch December 11, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants