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