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 post message loop #9987

Merged
merged 1 commit into from Apr 26, 2024
Merged

Fix post message loop #9987

merged 1 commit into from Apr 26, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Apr 26, 2024

I think this is the culprit for what we saw in testing today.

If the editor is not embedded, then window.parent points to the window itself. This meant we were posting the ready message on the window which caused us to fire another ready message and so on and so forth.

@riknoll riknoll requested a review from a team April 26, 2024 18:21
@riknoll riknoll merged commit 0492bf9 into master Apr 26, 2024
7 checks passed
@riknoll riknoll deleted the dev/riknoll/fix-embed-loop branch April 26, 2024 18:38
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.

None yet

2 participants