feat(calendar): Add double click to calendar create events

This commit is contained in:
smizrahi
2024-01-09 14:10:05 +01:00
parent 930a06e520
commit 68398d2086
2 changed files with 31 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
// Update the component being dragged
$rootScope.$on('calendar:dragend', updateComponentFromGhost);
$rootScope.$on('calendar:doubleclick', updateComponentFromGhost);
$scope.$on('$destroy', function() {
// Deregister hotkeys