| Index: web/inc/logdog-stream-view/view.ts
|
| diff --git a/web/inc/logdog-stream-view/view.ts b/web/inc/logdog-stream-view/view.ts
|
| index b4f4e901e7b54fceb26fd0dbccb2ceb7cd4703b9..7ebe3d9ca90bf866e630deeac218f0e4b30eda38 100644
|
| --- a/web/inc/logdog-stream-view/view.ts
|
| +++ b/web/inc/logdog-stream-view/view.ts
|
| @@ -239,6 +239,11 @@ namespace LogDog {
|
| this.comp.playing = false;
|
| }
|
|
|
| + /** Called when the "scroll to split" button is clicked. */
|
| + handleScrollToSplitClicked() {
|
| + this.maybeScrollToElement(this.comp.$.logSplit, true, true);
|
| + }
|
| +
|
| /** Called when a sign-in event is fired from "google-signin-aware". */
|
| handleSignin() {
|
| if (this.model) {
|
|
|