mirror of https://github.com/laurent22/joplin.git
Chore: Add debug message to try to debug scroll to top issue
parent
8a836ea4f9
commit
5ffe90c4b0
|
@ -114,7 +114,7 @@ export default function useFormNote(dependencies: HookDependencies) {
|
|||
if (syncStarted) 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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue