Skip to content

Commit

Permalink
Merge pull request #28 from oat-sa/release-0.4.8
Browse files Browse the repository at this point in the history
Release 0.4.8
  • Loading branch information
jsconan authored Nov 5, 2019
2 parents 4bb582e + 9961711 commit 46d0328
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-item-runner-qti",
"version": "0.4.7",
"version": "0.4.8",
"displayName": "TAO Item Runner QTI",
"description": "TAO QTI Item Runner modules",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,13 @@ var _renderGapList = function _renderGapList(interaction, $gapList) {
interactUtils.moveElement(e.target, e.dx / scaleX, e.dy / scaleY);
},
onend: function(e) {
var $target = $(e.target);
_setInactiveGapState($target);
$target.removeClass('dragged');
interactUtils.restoreOriginalPosition($target);
interactUtils.iFrameDragFixOff();
_.defer( () => {
var $target = $(e.target);
_setInactiveGapState($target);
$target.removeClass('dragged');
interactUtils.restoreOriginalPosition($target);
interactUtils.iFrameDragFixOff();
});
}
})
)
Expand Down

0 comments on commit 46d0328

Please sign in to comment.