chore: Reduce the click area on Branding (#1340)
This commit is contained in:
parent
0bea0217b4
commit
666948b809
5 changed files with 59 additions and 31 deletions
|
@ -185,7 +185,8 @@ export const IFrameHelper = {
|
|||
},
|
||||
setCurrentUrl: () => {
|
||||
IFrameHelper.sendMessage('set-current-url', {
|
||||
refererURL: window.location.href,
|
||||
referrerURL: window.location.href,
|
||||
referrerHost: window.location.host,
|
||||
});
|
||||
},
|
||||
toggleCloseButton: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue