mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
(js) Don't allow drag'n'drop of invitations
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
function link(scope, element, attrs, calendarDayCtrl) {
|
||||
if (scope.block) {
|
||||
if (scope.block.component.editable) {
|
||||
if (scope.block.component.editable && !scope.block.userState) {
|
||||
// Add dragging grips to existing event block
|
||||
initGrips();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user