Skip to content

Commit

Permalink
triggers: do not refresh panel if target wasn't changed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Nov 15, 2018
1 parent e408c77 commit 61177cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel-triggers/triggers_tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class TriggersTabCtrl {
var newTarget = _.cloneDeep(this.panel.targets);
if (!_.isEqual(this.oldTarget, newTarget)) {
this.oldTarget = newTarget;
this.panelCtrl.refresh();
}
this.panelCtrl.refresh();
});
}

Expand Down

0 comments on commit 61177cd

Please sign in to comment.