You've already forked joplin
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user