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 (
|
if (
|
||||||
window &&
|
window &&
|
||||||
window.notificationData.tag === data.tag &&
|
window.notificationData.tag === data.tag &&
|
||||||
|
winHeight &&
|
||||||
winHeight < CONTAINER_HEIGHT_WITH_INPUT
|
winHeight < CONTAINER_HEIGHT_WITH_INPUT
|
||||||
) {
|
) {
|
||||||
this.setNotificationContent(window, data);
|
this.setNotificationContent(window, data);
|
||||||
|
Loading…
Reference in New Issue
Block a user