Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: web/inc/logdog-stream-view/view.ts

Issue 2887153005: [logdog-stream-view] Auth and misc bugfixes. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « web/inc/logdog-stream-view/model.ts ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « web/inc/logdog-stream-view/model.ts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698