Fix syntax error in PopupImageManager
- Added missing closing brace for displayPeriodicPopup method - Error was introduced during debug log cleanup - All syntax errors resolved
This commit is contained in:
parent
6509ae5868
commit
a84cf45b22
|
|
@ -258,6 +258,7 @@ class PopupImageManager {
|
|||
setTimeout(() => {
|
||||
this.hidePeriodicPopup(popup);
|
||||
}, this.periodicSystem.displayDuration);
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide periodic popup
|
||||
|
|
|
|||
Loading…
Reference in New Issue