mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
feat(calendar): Add double click to calendar create events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user