## Description This is an internal cleanup change, which removes the collaboration pointers from the Editor. **_Background_**: We had a feature for collaboration which we had sunset. As a part of this feature, we could see the mouse pointers of the other users who were editing the same page in realtime. This feature is today visible only to internal Appsmith users. This part of the feature, also doesn't serve a purpose for our users. **_Why are we removing this?:_** This code has no impact on our users. This makes maintaining this code, as well as the additional computational load on the components unnecessary. **_How do we put this back in?:_** The idea of this PR is to see the changes in one place and hence make it easy to revert when needed. Fixes #19659 19659 Media Here is what it looked like:  Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| factories | ||
| customQueries.js | ||
| sagas.ts | ||
| setup.ts | ||
| testCommon.ts | ||
| testMockedWidgets.tsx | ||
| testUtils.tsx | ||