mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 01:15:03 +00:00
UBERF-10418: Removed empty popup in the user's personal room (#8775)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
e5f9585378
commit
20d38fae14
@ -89,7 +89,7 @@
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
if (person !== undefined) {
|
||||
if ($myInfo === undefined) return
|
||||
if ($myInfo === undefined || (person._id === me && $myInfo?.room === room._id)) return
|
||||
showPopup(PersonActionPopup, { room, person: person._id }, eventToHTMLElement(e))
|
||||
} else {
|
||||
await openRoom(x, y)
|
||||
|
Loading…
Reference in New Issue
Block a user