1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Desktop: Fixed restored scroll position when only viewer is visible

This commit is contained in:
Laurent Cozic
2019-02-08 08:28:27 +00:00
parent 69b4b4d1f4
commit da3589149d
2 changed files with 26 additions and 19 deletions

View File

@@ -18,9 +18,7 @@ class WelcomeUtils {
const folderAssets = welcomeAssets.folders;
const tempDir = Setting.value('resourceDir');
// TODO: Update BaseApplication
// TODO: Update mobile root.js
// TODO: Finish Welcome notes
for (let i = 0; i < folderAssets.length; i++) {
const folderAsset = folderAssets[i];