Acknowledge the visibility request

pull/21833/head
Travis Ralston 2020-09-04 21:41:14 -06:00
parent 7b1031d6a6
commit 999b5afa0a
1 changed files with 3 additions and 0 deletions

View File

@ -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 {