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

Perf: Moved resize event throttle to capture all triggering events #1326

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

davidjbradshaw
Copy link
Owner

This change moves the resize event throttle to capture all resize events and eliminate double firing of the page content size calculations.

Events that are triggered as a result of content changes made by iframe-resizer, are delayed by one frame, to ensure they include the updated content.

@davidjbradshaw davidjbradshaw changed the title Fixed: Move resize event throttle to capture all triggering events Perf: Move resize event throttle to capture all triggering events Aug 28, 2024
@davidjbradshaw davidjbradshaw changed the title Perf: Move resize event throttle to capture all triggering events Perf: Moved resize event throttle to capture all triggering events Aug 28, 2024
@davidjbradshaw davidjbradshaw merged commit 20c01b2 into master Aug 29, 2024
4 checks passed
@davidjbradshaw davidjbradshaw deleted the perf_child_trottle branch August 29, 2024 15:11
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