Fix the sticker bug(2)
This commit is contained in:
parent
a7d803c7bc
commit
1ff51b826d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ function drawNewCard(id, text, x, y, rot, colour, sticker, animationspeed)
|
|||
sendAction('moveCard', data);
|
||||
});
|
||||
|
||||
card.children(".content").droppable(
|
||||
card.children(".droppable").droppable(
|
||||
{
|
||||
accept: '.sticker',
|
||||
drop: function( event, ui ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue