Skip to content

Commit

Permalink
fix(filebrowser): fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Mar 28, 2022
1 parent 63c8527 commit 3742917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/FileBrowser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<div
bind:this={fileDiv}
class="w-full microlight font-mono whitespace-pre bg-white dark:bg-black text-sm z-10 tab-4 p-px -ml-[100%] overflow-y-hidden"
class:invisible={highlighting}
class:invisible={!highlighting}
/>
</div>
{:else if downloading}
Expand Down

0 comments on commit 3742917

Please sign in to comment.