From 3522dcf4afdcb578fb0be9aef01a418426c04590 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Tue, 13 Aug 2024 10:33:34 -0600 Subject: [PATCH] Svelte: fix file tree guide lines (#64425) I think I broke this when doing some refactoring to make the file tree usable in the ref panel. Currently, the guide lines only go one level of depth. --- client/web-sveltekit/src/lib/TreeNode.svelte | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client/web-sveltekit/src/lib/TreeNode.svelte b/client/web-sveltekit/src/lib/TreeNode.svelte index a029278c65d..f6a3cfaf2bc 100644 --- a/client/web-sveltekit/src/lib/TreeNode.svelte +++ b/client/web-sveltekit/src/lib/TreeNode.svelte @@ -130,10 +130,9 @@