Skip to content

Commit

Permalink
Merge pull request #14522 from brave/sko/settings
Browse files Browse the repository at this point in the history
Provides stub implementation for RouteObserverMixIn
  • Loading branch information
sangwoo108 authored Aug 8, 2022
2 parents 5d3bc8a + 12f8299 commit 4689ab8
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 4689ab8

Please sign in to comment.