Merge pull request #16028 from amstan/notification-closing

webplatform: Fix notification closing
pull/16137/head
Michael Telatynski 2020-12-29 13:17:22 +00:00 committed by GitHub
commit 66080b5751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ export default class WebPlatform extends VectorBasePlatform {
window.focus(); window.focus();
notification.close(); notification.close();
}; };
return notification;
} }
_getVersion(): Promise<string> { _getVersion(): Promise<string> {