Skip to content

Commit

Permalink
faster main broadcast button reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent c60a95b commit aa133ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/relay/relayTourView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const tourSide = (ctrl: AnalyseCtrl, study: StudyCtrl, relay: RelayCtrl)
h('div.relay-tour__side__header', [
h(
'button.relay-tour__side__name',
{ hook: bind('click', relay.tourShow.toggle, relay.redraw) },
{ hook: bind('mousedown', relay.tourShow.toggle, relay.redraw) },
study.data.name,
),
h('button.relay-tour__side__search', {
Expand Down

0 comments on commit aa133ca

Please sign in to comment.