File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 69
69
theme : ' tooltip-theme' ,
70
70
show : true
71
71
}}>right</b
72
- > when clicked. It will also hide itself once you click outside of the tooltip.
72
+ > on load and when clicked. It will also hide itself once you click outside of the tooltip.
73
73
</p >
74
74
75
75
<Prism
229
229
position =" right"
230
230
action =" click"
231
231
hideOnClickOutside
232
+ show ={true }
232
233
theme =" tooltip-theme"
233
234
>
234
235
<b >right</b >
235
236
</Tooltip >
236
- when clicked. It will also hide itself once you click outside of the tooltip.
237
+ on load and when clicked. It will also hide itself once you click outside of the tooltip.
237
238
</p >
238
239
<Prism
239
240
showLineNumbers ={true }
243
244
position="right"
244
245
action="click"
245
246
hideOnClickOutside
247
+ show={true}
246
248
theme="tooltip-theme">
247
249
<b>right</b>
248
250
</Tooltip>
You can’t perform that action at this time.
0 commit comments