frontend-collective / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://frontend-collective.github.io/react-sortable-tree/
MIT License
4.9k stars 897 forks source link

Disable collaboration cursor tracking for a specific user #913

Open wagnerpaz opened 3 years ago

wagnerpaz commented 3 years ago

Hey guys!

I need to disable the collaboration cursor (position tracking and highlighting) for users without privilege. I saw that the code is pretty short.. but I'm a begginer and don't know how to extend properly, Can you help me?

Thanks!