File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ export const TagsFilterPanel = ({
137
137
content : (
138
138
< TagRow >
139
139
< WithTooltip
140
+ delayShow = { 1000 }
140
141
hasChrome = { false }
141
142
style = { { minWidth : 0 , flex : 1 } }
142
143
tooltip = { < TooltipNote note = { `${ checked ? 'Remove' : 'Add' } tag filter: ${ tag } ` } /> }
@@ -160,6 +161,7 @@ export const TagsFilterPanel = ({
160
161
/>
161
162
</ WithTooltip >
162
163
< WithTooltip
164
+ delayShow = { 1000 }
163
165
hasChrome = { false }
164
166
tooltip = { < TooltipNote note = { `${ excluded ? 'Include' : 'Exclude' } tag: ${ tag } ` } /> }
165
167
trigger = "hover"
@@ -208,6 +210,7 @@ export const TagsFilterPanel = ({
208
210
) }
209
211
{ hasDefaultSelection && (
210
212
< WithTooltip
213
+ delayShow = { 1000 }
211
214
hasChrome = { false }
212
215
tooltip = { < TooltipNote note = "Reset to default selection" /> }
213
216
trigger = "hover"
You can’t perform that action at this time.
0 commit comments