You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<OverlayTriggerplacement="bottom"overlay={<Tooltip>Regex search enables regex matches and it will add .* in both ends</Tooltip>}>
100
+
<Form.Check
101
+
type="checkbox"
102
+
label="Regex"
103
+
checked={isRegex}
104
+
onChange={(e)=>setIsRegex(e.target.checked)}
105
+
/>
106
+
</OverlayTrigger>
107
+
108
+
<OverlayTriggerplacement="bottom"overlay={<Tooltip>Smart search search entries in hot dirs which are not cached. It costs more resoureces so it will not raise auto search unless you press the button</Tooltip>}>
0 commit comments