DataView: don't show tooltip when item is re-rendered.

This commit is contained in:
Julia Radzhabova 2017-12-21 15:21:23 +03:00
parent b11e896521
commit 16ddf9bfed

View file

@ -446,7 +446,11 @@ define([
onResetItems: function() {
_.each(this.dataViewItems, function(item) {
var tip = item.$el.data('bs.tooltip');
if (tip) (tip.tip()).remove();
if (tip) {
if (tip.dontShow===undefined)
tip.dontShow = true;
(tip.tip()).remove();
}
}, this);
$(this.el).html(this.template({