Skip to content

Commit

Permalink
fix search tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Mar 4, 2024
1 parent bd5823c commit 7a58701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/in-page-ui/ribbon/react/components/ribbon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ export default class Ribbon extends Component<Props, State> {
this.props.bgScriptBG.openOverviewTab()
} else if (e.altKey) {
e.stopPropagation()
this.props.setTutorialIdToOpen('searchPages')
this.props.setTutorialIdToOpen('savePages')
} else {
e.stopPropagation()
this.props.toggleQuickSearch()
Expand All @@ -1472,7 +1472,7 @@ export default class Ribbon extends Component<Props, State> {
this.props.bgScriptBG.openOverviewTab()
} else if (e.altKey) {
e.stopPropagation()
this.props.setTutorialIdToOpen('searchPages')
this.props.setTutorialIdToOpen('savePages')
} else {
e.stopPropagation()
this.props.toggleQuickSearch()
Expand Down

0 comments on commit 7a58701

Please sign in to comment.