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