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

Electron: search

This commit is contained in:
Laurent Cozic
2017-11-17 18:57:27 +00:00
parent 2bfaa0e02c
commit 409f2ca98d
13 changed files with 243 additions and 108 deletions

View File

@@ -327,7 +327,7 @@ class AppGui {
this.stdout(_('To delete a tag, untag the associated notes.'));
} else if (item.type_ === BaseModel.TYPE_SEARCH) {
this.store().dispatch({
type: 'SEARCH_REMOVE',
type: 'SEARCH_DELETE',
id: item.id,
});
}

View File

@@ -157,7 +157,7 @@ const footerHtml = `
// Grocery shopping list 📝
// Work itinerary
// Tuesday random note
// Vacation plans ☀
// Vacation plans ☀
// </pre>
// </td>
// </tr>