From e85b07021e16ebcef3fd5a85aad0c03f51fba6c7 Mon Sep 17 00:00:00 2001 From: Nathan Panchout Date: Fri, 17 Jan 2025 09:31:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20collaboration=20?= =?UTF-8?q?cursor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The collaboration slider is not fully shown when a user is at the very top of the document --- .../docs/doc-editor/components/BlockNoteEditor.tsx | 6 +++++- .../features/docs/doc-header/components/DocHeader.tsx | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx index 8886562b..e6097b60 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx @@ -176,7 +176,11 @@ export const BlockNoteEditor = ({ doc, provider }: BlockNoteEditorProps) => { }, [setEditor, editor]); return ( - + {errorAttachment && ( { )} - + { - + );