prevent clients crashing when presenter reloads
This commit is contained in:
parent
920d1def89
commit
c20e54b95d
@ -122,7 +122,7 @@ export default function Cursors(props) {
|
||||
</ReactCursorPosition>
|
||||
{props.otherCursors.map((c) => {
|
||||
return (
|
||||
props.currentUser.userId !== c.userId &&
|
||||
c && props.currentUser.userId !== c?.userId &&
|
||||
// !c.isPositionOutside &&
|
||||
renderCursor(
|
||||
c.userName,
|
||||
|
Loading…
Reference in New Issue
Block a user