messagesoverlay - Refresh display if autoclear removed a message
parent
085983b2ae
commit
1ddbb79913
|
|
@ -484,7 +484,7 @@ let updateClearingTimeout = ()=>{
|
|||
LOG("Set new clearing timeout");
|
||||
clearingTimeout = setTimeout(()=>{
|
||||
LOG("setNewTimeout");
|
||||
eventQueue.pop();
|
||||
drawMessage(ovr, eventQueue.pop());
|
||||
if (eventQueue.length > 0){
|
||||
LOG("still got elements");
|
||||
updateClearingTimeout();
|
||||
|
|
|
|||
Loading…
Reference in New Issue