mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
feat: change collab trigger & add share dialog (#7647)
This commit is contained in:
@@ -845,7 +845,7 @@ export const composeEventHandlers = <E>(
|
||||
|
||||
if (
|
||||
!checkForDefaultPrevented ||
|
||||
!(event as unknown as Event).defaultPrevented
|
||||
!(event as unknown as Event)?.defaultPrevented
|
||||
) {
|
||||
return ourEventHandler?.(event);
|
||||
}
|
||||
|
Reference in New Issue
Block a user