mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
handle empty search note
This commit is contained in:
@@ -9,8 +9,6 @@ const $refreshButton = $('#note-detail-search-refresh-results-button');
|
||||
function show() {
|
||||
$component.show();
|
||||
|
||||
console.log(noteDetailService.getActiveNote());
|
||||
|
||||
try {
|
||||
const json = JSON.parse(noteDetailService.getActiveNote().noteContent.content);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user