mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Final
This commit is contained in:
@@ -31,12 +31,12 @@ export class ModActionButton extends React.Component {
|
||||
|
||||
handleDeleteTag = () => {
|
||||
this.props.deleteTag();
|
||||
this.props.closeTooltip();
|
||||
this.props.closeMenu();
|
||||
}
|
||||
|
||||
handlePostTag = () => {
|
||||
this.props.postTag();
|
||||
this.props.closeTooltip();
|
||||
this.props.closeMenu();
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user