mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix note.text #1263
This commit is contained in:
@@ -166,7 +166,7 @@ export default class Entrypoints extends Component {
|
||||
|
||||
if (!response.success) {
|
||||
toastService.showError("Search failed: " + response.message, 10000);
|
||||
return;
|
||||
// even in this case we'll show the results
|
||||
}
|
||||
|
||||
this.triggerEvent('searchResults', {results: response.results});
|
||||
|
||||
Reference in New Issue
Block a user