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

Desktop: Fixes #1196: Moved webview to separate component to more precisely handle lifecycle events and precent uncessary reloading

This commit is contained in:
Laurent Cozic
2019-02-08 23:07:01 +00:00
parent da3589149d
commit 4326902683
3 changed files with 121 additions and 75 deletions

View File

@@ -19,6 +19,8 @@ class WelcomeUtils {
const tempDir = Setting.value('resourceDir');
// TODO: Update mobile root.js
// TODO: Update CLI
// TODO: Test CLI
for (let i = 0; i < folderAssets.length; i++) {
const folderAsset = folderAssets[i];