Skip to content

Commit

Permalink
Respect localized on language tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 10, 2024
1 parent 04ad3a5 commit 757b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project/RootView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
$: {
const newHidden = new Set<Node>();
if ($localize) {
if ($localize !== 'actual') {
// Hide any language tagged nodes that 1) the caret isn't in, and 2) either have no language tag or aren't one of the selected tags.
// Also hide any name separators if the first visible name has one.
for (const tagged of node
Expand Down

0 comments on commit 757b16a

Please sign in to comment.