mirror of https://github.com/fantasticit/think.git
Merge branch 'main' of github.com:fantasticit/think into feat/admin
This commit is contained in:
commit
85a12fb03c
|
@ -9,7 +9,7 @@ Think 是一款开源知识管理工具。通过独立的知识库空间,结
|
||||||
- `nest.js`:服务端框架
|
- `nest.js`:服务端框架
|
||||||
- `tiptap`:编辑器及文档协作
|
- `tiptap`:编辑器及文档协作
|
||||||
|
|
||||||
可访问[云策文档帮助中心](https://think.codingit.cn/share/wiki/eb520cdf-aa4b-4af2-ae4a-7140e21403ab),查看更多功能文档。
|
可访问[云策文档帮助中心](https://think.codingit.cn/share/wiki/JtXHW2BjrQ6G),查看更多功能文档。
|
||||||
|
|
||||||
## 链接
|
## 链接
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,7 @@ export const DocumentCollaboration: React.FC<IProps> = ({ wikiId, documentId, di
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Dropdown
|
<Dropdown
|
||||||
|
stopPropagation={true}
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onVisibleChange={toggleVisible}
|
onVisibleChange={toggleVisible}
|
||||||
trigger="click"
|
trigger="click"
|
||||||
|
|
Loading…
Reference in New Issue