mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
Fix cannot edit times in week view
This commit is contained in:
parent
50f5710bd3
commit
5f563c6423
4 changed files with 7 additions and 3 deletions
3
utils/stop-propagation.ts
Normal file
3
utils/stop-propagation.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import React from "react";
|
||||
|
||||
export const stopPropagation = (e: React.MouseEvent) => e.stopPropagation();
|
Loading…
Add table
Add a link
Reference in a new issue