From c221977c3d223833bfb499ca68787742a63c477a Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Wed, 10 Jul 2024 21:47:53 -0700 Subject: [PATCH] Don't show lines in blocks mode. --- src/components/editor/NodeView.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/editor/NodeView.svelte b/src/components/editor/NodeView.svelte index e5d9e24b1..1d4d6b96a 100644 --- a/src/components/editor/NodeView.svelte +++ b/src/components/editor/NodeView.svelte @@ -76,8 +76,8 @@ {#if !hide && firstToken && spaceRoot === node}