You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Split into generic and app-specific reducer
This commit is contained in:
@ -44,8 +44,8 @@ class NoteBodyViewer extends Component {
|
||||
const onCheckboxChange = this.props.onCheckboxChange;
|
||||
|
||||
const mdOptions = {
|
||||
onResourceLoaded: function() {
|
||||
this.forceUpdated();
|
||||
onResourceLoaded: () => {
|
||||
this.forceUpdate();
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user