Dealing with iframes. postMessage to parent iframe when certain things are opened/viewed.
This commit is contained in:
@@ -26,7 +26,7 @@ if ($idaa_slct.post_id) {
|
||||
}
|
||||
|
||||
$: if (browser && $lq__post_obj?.post_id) {
|
||||
console.log('** Component Mounted: ** View - Post Obj');
|
||||
document.body.scrollIntoView();
|
||||
|
||||
const url = new URL(location);
|
||||
url.searchParams.set('post_id', $lq__post_obj?.post_id);
|
||||
|
||||
Reference in New Issue
Block a user