mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 10:07:12 +00: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