Merge pull request #16028 from amstan/notification-closing

webplatform: Fix notification closing
This commit is contained in:
Michael Telatynski
2020-12-29 13:17:22 +00:00
committed by GitHub

View File

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