You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Fixed multiple instance issue
This commit is contained in:
@ -88,7 +88,6 @@ ScreenHeaderComponent.defaultProps = {
|
||||
|
||||
const ScreenHeader = connect(
|
||||
(state) => {
|
||||
console.info('CONNECT', state.historyCanGoBack);
|
||||
return {
|
||||
historyCanGoBack: state.historyCanGoBack,
|
||||
};
|
||||
|
Reference in New Issue
Block a user