You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Fixed various bugs
This commit is contained in:
@@ -96,6 +96,8 @@ class Note extends BaseItem {
|
||||
}
|
||||
|
||||
static updateGeolocation(noteId) {
|
||||
if (!Note.updateGeolocationEnabled_) return;
|
||||
|
||||
this.logger().info('Updating lat/long of note ' + noteId);
|
||||
|
||||
let geoData = null;
|
||||
@@ -144,4 +146,6 @@ class Note extends BaseItem {
|
||||
|
||||
}
|
||||
|
||||
Note.updateGeolocationEnabled_ = true;
|
||||
|
||||
export { Note };
|
||||
Reference in New Issue
Block a user