Acknowledge the visibility request
This commit is contained in:
parent
7b1031d6a6
commit
999b5afa0a
1 changed files with 3 additions and 0 deletions
|
@ -218,6 +218,9 @@ export default class FromWidgetPostMessageApi {
|
|||
if (ActiveWidgetStore.widgetHasCapability(widgetId, Capability.AlwaysOnScreen)) {
|
||||
ActiveWidgetStore.setWidgetPersistence(widgetId, val);
|
||||
}
|
||||
|
||||
// acknowledge
|
||||
this.sendResponse(event, {});
|
||||
} else if (action === 'get_openid') {
|
||||
// Handled by caller
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue