mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #16028 from amstan/notification-closing
webplatform: Fix notification closing
This commit is contained in:
commit
66080b5751
@ -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> {
|
||||||
|
Loading…
Reference in New Issue
Block a user