Fixed an issue that would cause a hidden bar to unhide when a workspace changed. (#771)
* Fixed an issue that would cause a hidden bar to unhide when a workspace is changed. * Remove jsdoc for param that doesn't exist.
This commit is contained in:
@@ -39,6 +39,7 @@ export const Cava = (): BarBoxChild => {
|
||||
return blockCharacters[Math.min(index, blockCharacters.length - 1)];
|
||||
})
|
||||
.join(spacing);
|
||||
|
||||
return valueMap;
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user