mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
fix(PopoverWidget): compatible with the React 16
This commit is contained in:
parent
0bce0e9bb9
commit
01b1ba14d4
@ -71,11 +71,11 @@ export const PopoverWidget = React.forwardRef<
|
||||
emitter.emit('other-popover-close', path);
|
||||
}, [path]);
|
||||
const handleClickTrigger = useCallback(event => {
|
||||
event.stopPropagation();
|
||||
event.nativeEvent.stopImmediatePropagation();
|
||||
}, []);
|
||||
const handleClickContent = useCallback(
|
||||
event => {
|
||||
event.stopPropagation();
|
||||
event.nativeEvent.stopImmediatePropagation();
|
||||
emitter.emit('sub-popover-close', path);
|
||||
},
|
||||
[path]
|
||||
|
Loading…
x
Reference in New Issue
Block a user