Skip to content

Commit

Permalink
reactivated glow
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jul 18, 2024
1 parent 55b6939 commit 007ac06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-apples-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vtbag/inspection-chamber': patch
---

Reactivates the glow effect when clicking on names or elements.
1 change: 0 additions & 1 deletion src/panel/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ const glow = [
];

export function highlightInFrame(name: string) {
return;
if (vtActive()) {
glowPseudo(name);
} else {
Expand Down

0 comments on commit 007ac06

Please sign in to comment.