Skip to content

Commit

Permalink
Added perspective-computed-column-update event
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Dec 20, 2018
1 parent d95839c commit 2a9d084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perspective-viewer/src/js/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class PerspectiveViewer extends ActionElement {
await this._debounce_update();
}
this.dispatchEvent(new Event("perspective-config-update"));
this.dispatchEvent(new Event("perspective-computed-column-update"));
})();
}

Expand Down

0 comments on commit 2a9d084

Please sign in to comment.