Chore: Add web_widget_script in the Inboxes API (#615)
* Chore: Add web_widget_script in the Inboxes API
This commit is contained in:
@@ -213,7 +213,6 @@ const IFrameHelper = {
|
||||
});
|
||||
},
|
||||
toggleCloseButton: () => {
|
||||
console.log(window.matchMedia('(max-width: 668px)'));
|
||||
if (window.matchMedia('(max-width: 668px)').matches) {
|
||||
IFrameHelper.sendMessage('toggle-close-button', { showClose: true });
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user