You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
iOs tweaks
This commit is contained in:
@ -90,7 +90,8 @@ class NoteItemComponent extends Component {
|
||||
const onCheckboxChange = this.props.onCheckboxChange;
|
||||
const theme = themeStyle(this.props.theme);
|
||||
|
||||
let checkboxStyle = !isTodo ? { display: 'none' } : { color: theme.color };
|
||||
// IOS: display: none crashes the app
|
||||
let checkboxStyle = !isTodo ? { } : { color: theme.color };
|
||||
|
||||
if (isTodo) {
|
||||
checkboxStyle.paddingRight = 10;
|
||||
|
Reference in New Issue
Block a user