Skip to content

Commit

Permalink
Fix re-init exception (grid-ext)
Browse files Browse the repository at this point in the history
Close #1045
  • Loading branch information
mar10 committed Dec 20, 2020
1 parent 8f501f2 commit 18d72a1
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 @@ -3,6 +3,7 @@
* [Added] #1053 ext-dnd5 new option `dnd5.sourceCopyHook` (optional callback
passed to `toDict` on dragStart)
* [Added] #1054 ext-filter tree.updateFilter()
* [Fixed] #1045 re-init exception (grid-ext)

# 2.37.0 / 2020-09-11
* [Changed] #871, #1032 ext-glyph:
Expand Down
1 change: 1 addition & 0 deletions src/jquery.fancytree.grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@
},
treeDestroy: function(ctx) {
this.$container.find("tbody").empty();
this.$container.off("wheel");
if (this.$source) {
this.$source.removeClass("fancytree-helper-hidden");
}
Expand Down

0 comments on commit 18d72a1

Please sign in to comment.