mirror of https://github.com/laurent22/joplin.git
Mobile: Fix action button when note is being edited.
parent
c1f5dfd9cc
commit
e4ec4ae92b
|
@ -497,7 +497,7 @@ class NoteScreenComponent extends BaseScreenComponent {
|
|||
},
|
||||
});
|
||||
|
||||
if (this.state.mode == 'edit') return <ActionButton style={{display:'none'}}/>;
|
||||
if (this.state.mode == 'edit') return null;//<ActionButton style={{display:'none'}}/>;
|
||||
|
||||
return <ActionButton multiStates={true} buttons={buttons} buttonIndex={0} />
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue