Skip to content

Commit

Permalink
Fix Ext-dnd5: bug in function onDropEvent (case 'dragover')
Browse files Browse the repository at this point in the history
Close #966
Close #967
  • Loading branch information
mar10 committed Oct 25, 2019
1 parent 9ee81cb commit dc05bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Changed] ext-grid: `updateViewport` event is now also triggered for 'renumber' (i.e. expand, collapse)
* [Fixed] #963: tree.setExpanded() fails when autoScroll is enabled
* [Fixed] #964: handle case when `source` is not passed and no `<ul>` is embedded.
* [Fixed] #966: Ext-dnd5: bug in function onDropEvent (case 'dragover')
* [Fixed] ext-filter: sub-match counter is one too high.

# 2.32.0 / 2019-09-10
Expand Down
1 change: 1 addition & 0 deletions src/jquery.fancytree.dnd5.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@
// ": dropEffect: " +
// dataTransfer.dropEffect
// );
prepareDropEffectCallback(event, data);
LAST_HIT_MODE = handleDragOver(event, data);

// The flag controls the preventDefault() below:
Expand Down

0 comments on commit dc05bbe

Please sign in to comment.