mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
TS fix
This commit is contained in:
parent
fd132d718a
commit
06bdc0ce52
@ -162,6 +162,7 @@ class Notification extends NotificationHandler {
|
||||
if (
|
||||
window &&
|
||||
window.notificationData.tag === data.tag &&
|
||||
winHeight &&
|
||||
winHeight < CONTAINER_HEIGHT_WITH_INPUT
|
||||
) {
|
||||
this.setNotificationContent(window, data);
|
||||
|
Loading…
Reference in New Issue
Block a user