mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
add delay
This commit is contained in:
parent
42c50413f5
commit
c90f707070
1 changed files with 1 additions and 0 deletions
|
|
@ -669,6 +669,7 @@ export const SelectedFiles = (
|
||||||
data-tooltip-id='void-tooltip'
|
data-tooltip-id='void-tooltip'
|
||||||
data-tooltip-content={getRelative(selection.uri, accessor)}
|
data-tooltip-content={getRelative(selection.uri, accessor)}
|
||||||
data-tooltip-place='top'
|
data-tooltip-place='top'
|
||||||
|
data-tooltip-delay-show={3000}
|
||||||
>
|
>
|
||||||
{/* summarybox */}
|
{/* summarybox */}
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue