mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -638,7 +638,15 @@ export const genSearch = (app: App, config: ISearchOption, element: Element, clo
|
||||
event.preventDefault();
|
||||
break;
|
||||
} else if (target.id === "searchUnRef") {
|
||||
unRefEdit = openSearchUnRef(app, unRefPanelElement, !closeCB);
|
||||
unRefEdit = openSearchUnRef(app, unRefPanelElement, !closeCB);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
break;
|
||||
} else if (target.id === "unRefMore") {
|
||||
assetMoreMenu(target, assetsElement, () => {
|
||||
assetInputEvent(assetsElement);
|
||||
setStorageVal(Constants.LOCAL_SEARCHASSET, localSearch);
|
||||
});
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user