mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 17:52:17 +00:00
Fix white screen on Windows when start
This commit is contained in:
4
node_modules/web.js
generated
vendored
4
node_modules/web.js
generated
vendored
@@ -104,9 +104,9 @@ var Web = {
|
||||
},
|
||||
//--------------
|
||||
|
||||
syncFinished: function() {
|
||||
syncFinished: function(hasError) {
|
||||
var me = this;
|
||||
me.Note.syncFinished();
|
||||
me.Note.syncFinished(hasError);
|
||||
},
|
||||
|
||||
// 删除笔记时, 更新左侧导航标签的count
|
||||
|
Reference in New Issue
Block a user