We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shift
1 parent 3115830 commit 3c1df97Copy full SHA for 3c1df97
src/webviews/apps/plus/timeline/components/slider.ts
@@ -77,7 +77,8 @@ export class GlChartSlider extends GlElement {
77
.min=${this._min}
78
.max=${this._max}
79
.value=${this._value}
80
- tooltip="none"
+ .tooltip="top"
81
+ .tooltipFormatter=${(_: number) => `Hold shift to compare with working tree`}
82
@sl-change=${this.handleSliderInput}
83
@sl-input=${this.handleSliderInput}
84
@click=${this.handleSliderInput}
0 commit comments