Fix cannot edit times in week view

This commit is contained in:
Luke Vella 2022-04-16 13:13:55 +01:00
parent 50f5710bd3
commit 5f563c6423
4 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,3 @@
import React from "react";
export const stopPropagation = (e: React.MouseEvent) => e.stopPropagation();