mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
More syncs
This commit is contained in:
@@ -36,7 +36,11 @@ class ActionsMenu extends React.Component {
|
||||
const { className = '', buttonClassNames = '', label = '' } = this.props;
|
||||
return (
|
||||
<ClickOutside onClickOutside={this.syncOpenState}>
|
||||
<div className={cn(styles.root, className)} onBlur={this.syncOpenState}>
|
||||
<div
|
||||
className={cn(styles.root, className)}
|
||||
onBlur={this.syncOpenState}
|
||||
onClick={this.syncOpenState}
|
||||
onKeyUp={this.syncOpenState}>
|
||||
<Button
|
||||
cStyle="actions"
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user