From 611ff3c0b3ff09591e9223c14d65c7be257a9287 Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Tue, 21 Nov 2023 22:24:35 -0600 Subject: [PATCH] rm options --- src/discourseGraphsMode.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/discourseGraphsMode.ts b/src/discourseGraphsMode.ts index 24221c2e..ed7894fb 100644 --- a/src/discourseGraphsMode.ts +++ b/src/discourseGraphsMode.ts @@ -499,9 +499,6 @@ const initializeDiscourseGraphsMode = async (args: OnloadArgs) => { description: "Whether or not to open nodes in the sidebar when created", Panel: FlagPanel, - options: { - onChange: onPageRefObserverChange(previewPageRefHandler), - }, defaultValue: true, } as Field, // @ts-ignore