mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-21 01:07:43 +08:00
move & copy note [ok]
This commit is contained in:
2
node_modules/notebook.js
generated
vendored
2
node_modules/notebook.js
generated
vendored
@@ -185,7 +185,7 @@ var Notebook = {
|
||||
|
||||
// 重新统计笔记本的笔记数据
|
||||
reCountNotebookNumberNotes: function(notebookId) {
|
||||
db.notes.count({NotebookId: notebookId, IsTrash: false}, function(err, count) {
|
||||
db.notes.count({NotebookId: notebookId, IsTrash: false, LocalIsDelete: false}, function(err, count) {
|
||||
if(err) {
|
||||
log(err);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user