(js) Don't allow drag'n'drop of invitations

This commit is contained in:
Francis Lachapelle
2016-08-04 14:25:29 -04:00
parent 7f5e06c020
commit fea6978b63
2 changed files with 2 additions and 1 deletions
@@ -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();
}