mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: fixed checklist scrolling on click (#3453)
This commit is contained in:
@@ -12,7 +12,7 @@ export const EditorContainer = ({ editor, editorClassNames, hideDragHandle, chil
|
||||
<div
|
||||
id="editor-container"
|
||||
onClick={() => {
|
||||
editor?.chain().focus().run();
|
||||
editor?.chain().focus(undefined, { scrollIntoView: false }).run();
|
||||
}}
|
||||
onMouseLeave={() => {
|
||||
hideDragHandle?.();
|
||||
|
||||
Reference in New Issue
Block a user