mirror of https://github.com/openspug/spug
Popover destory parent tag
parent
370cc9c3d5
commit
57ae36a9ca
|
@ -92,6 +92,7 @@ function Header(props) {
|
||||||
<ReloadOutlined onClick={props.onReload}/>
|
<ReloadOutlined onClick={props.onReload}/>
|
||||||
<Popover
|
<Popover
|
||||||
arrowPointAtCenter
|
arrowPointAtCenter
|
||||||
|
destroyTooltipOnHide={{keepParent: false}}
|
||||||
title={[
|
title={[
|
||||||
<Checkbox
|
<Checkbox
|
||||||
key="1"
|
key="1"
|
||||||
|
|
Loading…
Reference in New Issue