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 editor state after deploy #935

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

jw3
Copy link
Member

@jw3 jw3 commented Oct 31, 2023

This fixes an issue where the text editors were erroneously notifying of existing changes after a deployment.

For reference see the changes in #727 and #921. The text clearing in the former is clashing with the flagging in the latter. This PR addressed it by flipping a flag right after the point where the text is cleared.

Closes #934

@jw3 jw3 added the ui Work related to the UI label Oct 31, 2023
@jw3 jw3 added this to the v1.2 milestone Oct 31, 2023
@jw3 jw3 merged commit 1d8cb94 into ctc-oss:master Oct 31, 2023
22 of 27 checks passed
@jw3 jw3 deleted the 934-edtor_state_issue branch October 31, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Work related to the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text editing state out of sync after deploy
1 participant