Skip to content

Commit

Permalink
Fixed subscription of input control vis
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Katz committed May 7, 2019
1 parent d33951c commit 126aae5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ class VisController {

this.updateSubsciption = this.vis.API.queryFilter.getUpdates$()
.subscribe({
next: () => this.queryBarUpdateHandler,
next: () => {
this.queryBarUpdateHandler();
},
});
}

Expand Down

0 comments on commit 126aae5

Please sign in to comment.