You've already forked joplin
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user