mirror of https://github.com/fantasticit/think.git
close #227
parent
241bcab7f9
commit
2455378daa
|
@ -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 && (
|
||||||
|
|
Loading…
Reference in New Issue