mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
🚨
This commit is contained in:
parent
6a4ed3c92b
commit
aac7fa8101
14 changed files with 37 additions and 37 deletions
|
|
@ -1313,7 +1313,7 @@ export const windowKeyDown = (app: App, event: KeyboardEvent) => {
|
|||
// 需放在 dialog 前,否则属性面板中修改日期会先关闭 dialog,只剩修改界面
|
||||
const avElement = document.querySelector(".av__panel");
|
||||
if (avElement) {
|
||||
const selectCellElement = document.querySelector(".av__cell--select")
|
||||
const selectCellElement = document.querySelector(".av__cell--select");
|
||||
if (selectCellElement) {
|
||||
focusBlock(hasClosestBlock(selectCellElement) as HTMLElement);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue