Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5933e4b

Browse filesBrowse files
committed
refactor(CPopover): improve accessibility
1 parent 747b05f commit 5933e4b
Copy full SHA for 5933e4b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎packages/coreui-react/src/components/popover/CPopover.tsx

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/popover/CPopover.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const CPopover = forwardRef<HTMLDivElement, CPopoverProps>(
100100
const togglerRef = useRef(null)
101101
const forkedRef = useForkedRef(ref, popoverRef)
102102
const uID = useRef(`popover${Math.floor(Math.random() * 1_000_000)}`)
103-
103+
104104
const { initPopper, destroyPopper } = usePopper()
105105
const [_visible, setVisible] = useState(visible)
106106

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.