Skip to content

Commit

Permalink
Provides stub implementation for RouteObserverMixIn
Browse files Browse the repository at this point in the history
RouteObserverMixin's currentRoutChanged should be overridden.
  • Loading branch information
sangwoo108 committed Aug 8, 2022
1 parent bf33985 commit 12f8299
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ class SettingsBraveTorPageElement extends SettingBraveTorPageElementBase {
this.showRequestBridgesDialog_ = false
this.requestedBridges_ = event.currentTarget.bridges_.join('\n')
}

currentRouteChanged() {
// This is intentional. currentRouteChanged() should be overridden.
}
}

customElements.define(
Expand Down

0 comments on commit 12f8299

Please sign in to comment.