TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Home Page:https://www.blocknotejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The hint text is not hidden during collaboration

saculNiot opened this issue · comments

Describe the bug
I am using the Tiptap Collaboration
When I move the cursor on the a list item in browser A, the hint text (List) is not hidden on the item list in the browser B. Thi sis shown in the figure below with the red line underneath.
image

To Reproduce
When I move the cursor on the a list item in browser A, the hint text (List) is not hidden on the item list in the browser B. Thi sis shown in the figure below with the red line underneath.

Misc

  • Node version: v18.20.1
  • Package manager: Yarn
  • Browser: Google Chrome

duplicate of #702