Skip to content

Commit

Permalink
fix wrong msg target resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl committed Oct 11, 2024
1 parent 3814828 commit c5df47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ whitesource.config.json
plugin*.js
core/dev-tools/latest_build.log
core/dev-tools/simple-app
core-modular/dev-tools/simple-app
/full_eslint_report.html
test/e2e-test-application/cypress/screenshots
**/.DS_Store
2 changes: 1 addition & 1 deletion container/src/services/container.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ContainerService {
},
authData: targetCnt.authData || {}
},
target.origin
event.origin
);
break;
case LuigiInternalMessageID.NAVIGATION_REQUEST:
Expand Down

0 comments on commit c5df47f

Please sign in to comment.