1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

refresh notes list on AppState Changes

- remove mistaken console.log calls in root.js
This commit is contained in:
Caleb John
2018-07-20 15:59:55 +02:00
parent 8840631266
commit 3caf398021
2 changed files with 14 additions and 4 deletions

View File

@@ -528,8 +528,6 @@ class AppComponent extends React.Component {
const { type, value } = await ShareExtension.data();
if (type != "") {
console.log(value);
console.log(type)
this.props.dispatch({
type: 'NAV_GO',