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:
Jas Singh
2025-02-15 00:01:51 -08:00
committed by GitHub
parent 4424a523bf
commit c309a73d2d
5 changed files with 100 additions and 23 deletions

View File

@@ -39,6 +39,7 @@ export const Cava = (): BarBoxChild => {
return blockCharacters[Math.min(index, blockCharacters.length - 1)];
})
.join(spacing);
return valueMap;
},
);