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

Fixed: Prevent pageInfo being double fired on parent page #1321

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

davidjbradshaw
Copy link
Owner

Updates to pageInfo are detected by mutation observers on both the body and the iframe elements. When both detect changes, this ensures only one update message is send to the child page.

@davidjbradshaw davidjbradshaw merged commit d4e09c5 into master Aug 25, 2024
4 checks passed
@davidjbradshaw davidjbradshaw deleted the fix_double_pageInfo branch August 25, 2024 12:33
@davidjbradshaw davidjbradshaw changed the title Fixed: Stop pageInfo being double fired on parent page Fixed: Prevent pageInfo being double fired on parent page Aug 26, 2024
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.

1 participant