Chore: Add debug message to try to debug scroll to top issue

pull/6658/head
Laurent Cozic 2022-07-11 09:59:48 +01:00
parent 8a836ea4f9
commit 5ffe90c4b0
1 changed files with 1 additions and 1 deletions

View File

@ -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;