Skip to content

Commit

Permalink
fixing bug discovered by bahvya (#22481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar authored Aug 30, 2018
1 parent fc7e7b4 commit 57e9930
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class TagCloudVisualization {
}

async render(data, status) {
if (!(status.resize || status.data || status.params)) return;

if (status.params || status.aggs) {
this._updateParams();
Expand Down

0 comments on commit 57e9930

Please sign in to comment.