(feat): add context menu to call users
(feat): ui changes to invite popup & call ui in general (feat): make eslint less aggressive (fix): stop watching button on own screenshares (qol): update todo
This commit is contained in:
parent
9edd548466
commit
4068669704
9 changed files with 213 additions and 27 deletions
|
|
@ -120,7 +120,6 @@ export function Popout({ participant }: { participant: Participant }) {
|
|||
useEffect(() => {
|
||||
if (isDragging) return;
|
||||
|
||||
// eslint-disable-next-line
|
||||
setCoordsSafe(getCoordsForPosition(position));
|
||||
}, [position, size, isDragging, getCoordsForPosition]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue