Skip to content

Commit

Permalink
Added perspective-update-complete event
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Apr 22, 2019
1 parent de7bc9b commit 077e4f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export class PerspectiveElement extends StateElement {
task.cancel();
if (this._render_count === 0) {
this.removeAttribute("updating");
this.dispatchEvent(new Event("perspective-update-complete"));
}
}
}
Expand Down

0 comments on commit 077e4f3

Please sign in to comment.