Skip to content

Commit

Permalink
Merge pull request #17 from oat-sa/release-0.4.3
Browse files Browse the repository at this point in the history
Release 0.4.3
  • Loading branch information
handleman authored Aug 22, 2019
2 parents 9eafb03 + 6e68f9c commit 6795b9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.4.3",
"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 @@ -591,8 +591,10 @@ var render = function(interaction) {
onend: function(e) {
var $target = $(e.target);
$target.removeClass('dragged');
_resetSelection();

// The reason of placing delay here is that there was timing conflict between "draggable" and "drag-zone" elements.
_.delay(function(){
_resetSelection();
});
interactUtils.restoreOriginalPosition($target);
interactUtils.iFrameDragFixOff();

Expand Down

0 comments on commit 6795b9d

Please sign in to comment.