Commit 64b1daf 1 parent fc86be5 commit 64b1daf Copy full SHA for 64b1daf
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 92
92
const setPartials = event => {
93
93
const { value : selected } = event .target as HTMLInputElement
94
94
95
+
95
96
if (selected === ' harmonics' ) {
96
97
setHarmonics ()
97
98
} else {
115
116
<div class =" grid justify-end items-center pt-1 pr-2" >
116
117
<button >
117
118
{#if view === ' instrument' }
118
- <div class ="tooltip" data-tip ="Show Info" on:click ={showInfo }>
119
+ <div class ="tooltip" data-tip ="Show Info" on:click ={showInfo } on:keydown ={ showInfo } >
119
120
<img src =" information.svg" alt =" Show information" />
120
121
</div >
121
122
{:else }
122
- <div on:click ={hideInfo } class =" pb-1" >
123
+ <div on:click ={hideInfo } on:keydown ={ hideInfo } class =" pb-1" >
123
124
<img src =" close.svg" alt =" Hide information" />
124
125
</div >
125
126
{/if }
You can’t perform that action at this time.
0 commit comments