mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
🚨
This commit is contained in:
parent
6a4ed3c92b
commit
aac7fa8101
14 changed files with 37 additions and 37 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export const upDownHint = (listElement: Element, event: KeyboardEvent, classActiveName = "b3-list-item--focus") => {
|
||||
let currentHintElement: HTMLElement = listElement.querySelector("." + classActiveName);
|
||||
if (!currentHintElement) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
const className = classActiveName.split("--")[0];
|
||||
if (event.key === "ArrowDown") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue