We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76108fa commit c28ecb0Copy full SHA for c28ecb0
1 file changed
index.js
@@ -26,6 +26,8 @@ const showBottomMessage = (message = "") => {
26
27
ui.updateBottomBar(`${chars.charAt(index++)} ${message}`);
28
}, 100);
29
+ } else {
30
+ ui.updateBottomBar("");
31
}
32
33
0 commit comments