diff --git a/src/context/editor.tsx b/src/context/editor.tsx index cdd56cac..dfae291f 100644 --- a/src/context/editor.tsx +++ b/src/context/editor.tsx @@ -139,6 +139,7 @@ export const EditorProvider = (props: { children: JSX.Element }) => { }, publish: true }) + openPage(router, 'feed') } catch (error) { console.error('[publishShout]', error) showSnackbar({ type: 'error', body: t('Error') })