not sure what this is for
This commit is contained in:
parent
009dbf800c
commit
599d33cc4e
1 changed files with 6 additions and 1 deletions
|
@ -212,7 +212,12 @@ function drawNewCard(id, text, x, y, rot, colour, sticker, animationspeed)
|
||||||
|
|
||||||
var data = { cardId: cardId, stickerId: stickerId };
|
var data = { cardId: cardId, stickerId: stickerId };
|
||||||
sendAction('addSticker', data);
|
sendAction('addSticker', data);
|
||||||
}
|
|
||||||
|
//remove hover state to everything on the board to prevent
|
||||||
|
//a jquery bug where it gets left around
|
||||||
|
$('.card-hover-draggable').removeClass('card-hover-draggable');
|
||||||
|
},
|
||||||
|
hoverClass: 'card-hover-draggable'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue