diff --git a/src/components/project/RootView.svelte b/src/components/project/RootView.svelte index 36f423f58..04884bb7e 100644 --- a/src/components/project/RootView.svelte +++ b/src/components/project/RootView.svelte @@ -67,7 +67,7 @@ $: { const newHidden = new Set(); - 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