mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4705 - Move notification to the top to fix full screen issue (#2216)
This commit is contained in:
parent
e6a733f708
commit
32788bbb9a
@ -249,6 +249,7 @@ class Notification extends NotificationHandler {
|
||||
if (notificationWindow.displayTimer) {
|
||||
clearTimeout(notificationWindow.displayTimer);
|
||||
}
|
||||
notificationWindow.moveTop();
|
||||
// Reset notification window size to default
|
||||
notificationWindow.setSize(
|
||||
notificationSettings.width,
|
||||
|
Loading…
Reference in New Issue
Block a user