mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
a412018823
commit
58e97e0f07
6 changed files with 7 additions and 7 deletions
|
|
@ -1681,7 +1681,7 @@ export const tagMenu = (protyle: IProtyle, tagElement: HTMLElement) => {
|
|||
icon: "iconSearch",
|
||||
click() {
|
||||
/// #if !MOBILE
|
||||
openGlobalSearch(protyle.app, `#${tagElement.textContent}#`, false);
|
||||
openGlobalSearch(protyle.app, `#${tagElement.textContent}#`, false, {method: 0});
|
||||
/// #else
|
||||
popSearch(protyle.app, {
|
||||
hasReplace: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue