mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:04:38 +03:00
ensure there is a space between active requests mentioned in the status bar at the top
This commit is contained in:
@ -1680,7 +1680,7 @@ let statusElem;
|
||||
const withStatus = async (action, promise, disablable, noAlert) => {
|
||||
let elem;
|
||||
let id = window.setTimeout(() => {
|
||||
elem = dom.span(action + '...');
|
||||
elem = dom.span(action + '... ');
|
||||
statusElem.appendChild(elem);
|
||||
id = 0;
|
||||
}, 1000);
|
||||
|
Reference in New Issue
Block a user