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

Implemented search and fixed Redux update loop

This commit is contained in:
Laurent Cozic
2017-10-23 21:34:04 +01:00
parent 17b8df2abc
commit 01d01b76cd
8 changed files with 169 additions and 49 deletions

View File

@@ -350,6 +350,7 @@ BaseModel.TYPE_SETTING = 3;
BaseModel.TYPE_RESOURCE = 4;
BaseModel.TYPE_TAG = 5;
BaseModel.TYPE_NOTE_TAG = 6;
BaseModel.TYPE_SEARCH = 7;
BaseModel.db_ = null;
BaseModel.dispatch = function(o) {};