mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Fix issue
This commit is contained in:
@ -137,8 +137,8 @@ class GroupPresencePage {
|
||||
|
||||
// Delete event
|
||||
eventClick: async function(info) {
|
||||
console.log(info)
|
||||
if (info.event.userID != userID())
|
||||
|
||||
if (info.event.extendedProps.userID != userID())
|
||||
return;
|
||||
|
||||
if (lastClick == null || new Date().getTime() - lastClick.getTime() > 500)
|
||||
|
Reference in New Issue
Block a user