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

dismissKey optional in closeAlert #4106

Merged
merged 6 commits into from
Jan 17, 2025
Merged

dismissKey optional in closeAlert #4106

merged 6 commits into from
Jan 17, 2025

Conversation

JohannesDoberer
Copy link
Contributor

No description provided.

@walmazacn walmazacn self-assigned this Jan 9, 2025
Copy link
Contributor

@walmazacn walmazacn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything works as expected

@@ -24,7 +24,7 @@ export class ContainerService {
sendCustomMessageToIframe(iframeHandle: IframeHandle, msg: object, msgName?: string) {
const messageName = msgName || 'custom';

if (iframeHandle.iframe.contentWindow) {
if (iframeHandle?.iframe?.contentWindow) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@JohannesDoberer JohannesDoberer merged commit cfce7a8 into main Jan 17, 2025
12 checks passed
@JohannesDoberer JohannesDoberer deleted the dismissKey-optional branch January 17, 2025 10:09
@walmazacn walmazacn linked an issue Jan 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working container ora ora related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dismissKey param in closeAlert of LuigiContainer should be optional
2 participants