File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/views/timetable Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const TimetableModulesTableComponent: React.FC<Props> = (props) => {
55
55
return (
56
56
< div className = { styles . moduleActionButtons } >
57
57
< div className = "btn-group" >
58
- < Tooltip content = { removeBtnLabel } touch = " hold" >
58
+ < Tooltip content = { removeBtnLabel } touch = { [ ' hold' , 50 ] } >
59
59
< button
60
60
type = "button"
61
61
className = { classnames ( 'btn btn-outline-secondary btn-svg' , styles . moduleAction ) }
@@ -65,7 +65,7 @@ export const TimetableModulesTableComponent: React.FC<Props> = (props) => {
65
65
< Trash className = { styles . actionIcon } />
66
66
</ button >
67
67
</ Tooltip >
68
- < Tooltip content = { hideBtnLabel } touch = " hold" >
68
+ < Tooltip content = { hideBtnLabel } touch = { [ ' hold' , 50 ] } >
69
69
< button
70
70
type = "button"
71
71
className = { classnames ( 'btn btn-outline-secondary btn-svg' , styles . moduleAction ) }
You can’t perform that action at this time.
0 commit comments