You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Add debug message to try to debug scroll to top issue
This commit is contained in:
@ -114,7 +114,7 @@ export default function useFormNote(dependencies: HookDependencies) {
|
|||||||
if (syncStarted) return () => {};
|
if (syncStarted) return () => {};
|
||||||
if (formNote.hasChanged) return () => {};
|
if (formNote.hasChanged) return () => {};
|
||||||
|
|
||||||
reg.logger().debug('Sync has finished and note has never been changed - reloading it');
|
reg.logger().info('Sync has finished and note has never been changed - reloading it');
|
||||||
|
|
||||||
let cancelled = false;
|
let cancelled = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user