mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 08:44:20 +01:00
This commit is contained in:
parent
c88f99646c
commit
508eb93183
33 changed files with 111 additions and 108 deletions
|
|
@ -563,7 +563,7 @@ export const movePathTo = (cb: (toPath: string[], toNotebook: string[]) => void,
|
|||
return;
|
||||
}
|
||||
if (title === window.siyuan.languages.specifyPath && isOnlyMeta(event)) {
|
||||
if (currentItemElements.length === 1 && (currentItemElements[0] === target)) {
|
||||
if (currentItemElements.length === 1 && currentItemElements[0] === target) {
|
||||
// 至少需选中一个
|
||||
} else {
|
||||
target.classList.toggle("b3-list-item--focus");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue