Don't remove data.suggest in _destroy function

See https://github.com/OpenRefine/OpenRefine/issues/2166
This commit is contained in:
Fabian Steeg 2019-09-23 09:31:49 +02:00
parent bbb5766a33
commit ce3abaa6a0

View File

@ -280,7 +280,6 @@
$(window) $(window)
.unbind("resize.suggest", this.onresize) .unbind("resize.suggest", this.onresize)
.unbind("scroll.suggest", this.onresize); .unbind("scroll.suggest", this.onresize);
this.input.removeData("data.suggest");
}, },
invalidate_position: function() { invalidate_position: function() {