mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
Add Tooltip Provider
This commit is contained in:
parent
3abbffbb89
commit
8ae0b75abd
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ import {
|
||||||
RectCords,
|
RectCords,
|
||||||
Badge,
|
Badge,
|
||||||
Spinner,
|
Spinner,
|
||||||
|
Tooltip,
|
||||||
|
TooltipProvider,
|
||||||
} from 'folds';
|
} from 'folds';
|
||||||
import { useFocusWithin, useHover } from 'react-aria';
|
import { useFocusWithin, useHover } from 'react-aria';
|
||||||
import FocusTrap from 'focus-trap-react';
|
import FocusTrap from 'focus-trap-react';
|
||||||
|
|
@ -250,7 +252,7 @@ export function RoomNavItem({
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
|
|
||||||
if (isMobile) {
|
if (isMobile) {
|
||||||
// return;
|
// return;
|
||||||
}
|
}
|
||||||
setMenuAnchor({
|
setMenuAnchor({
|
||||||
x: evt.clientX,
|
x: evt.clientX,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue