This commit is contained in:
fantasticit 2023-02-17 21:39:07 +08:00
parent 241bcab7f9
commit 2455378daa
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export const DocumentActions: React.FC<IProps> = ({
position="bottomLeft" position="bottomLeft"
visible={popoverVisible} visible={popoverVisible}
onVisibleChange={wrapOnVisibleChange} onVisibleChange={wrapOnVisibleChange}
stopPropagation={true}
content={ content={
<Dropdown.Menu style={{ minWidth: 112 }}> <Dropdown.Menu style={{ minWidth: 112 }}>
{showCreateDocument && ( {showCreateDocument && (