Merge pull request #16028 from amstan/notification-closing
webplatform: Fix notification closingpull/16137/head
commit
66080b5751
|
@ -89,6 +89,8 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
window.focus();
|
||||
notification.close();
|
||||
};
|
||||
|
||||
return notification;
|
||||
}
|
||||
|
||||
_getVersion(): Promise<string> {
|
||||
|
|
Loading…
Reference in New Issue