mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 10:10:29 +03:00
add prop for listening to long presses
This commit is contained in:
parent
550534ae31
commit
7cd2a4a143
1 changed files with 1 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ function SpaceTab({
|
|||
data-drop-above={dropType === 'reorder-above'}
|
||||
data-drop-below={dropType === 'reorder-below'}
|
||||
data-inside-folder={!!folder}
|
||||
{...(isMobile ? longPressBinder() : {})}
|
||||
>
|
||||
<SidebarItemTooltip tooltip={disabled ? undefined : space.name}>
|
||||
{(triggerRef) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue