mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 17:46:41 +08:00
feature (orgmode): use emacs to export org documents
This commit is contained in:
@ -45,6 +45,9 @@ export class Dropdown extends React.Component {
|
||||
}
|
||||
|
||||
toggleDropdown(e){
|
||||
if(this.props.enable === false){
|
||||
return
|
||||
}
|
||||
document.body.removeEventListener("click", this.closeDropdown);
|
||||
this.setState({button: !this.state.button}, () => {
|
||||
if(this.state.button === true){
|
||||
|
||||
Reference in New Issue
Block a user