Xav1er
Xav1er
[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...
背景:如果有元素的点击事件中阻止了冒泡,会导致 `useClickAway` 无法捕捉到此次点击 代码: ```tsx import React, { useState, useRef } from "react"; import { useClickAway } from "ahooks"; export default () => { const [counter, setCounter] = useState(0); const...
This is the link to the project: [Cloak](https://github.com/Xav1erSue/cloak) - [x] **I have read the [contributing guidelines](https://github.com/tauri-apps/awesome-tauri/blob/dev/.github/contributing.md).** - [x] Use the following format: `[Title](link) - Description.` - [x] If the project...