mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 闪卡面包屑不能显示答案
This commit is contained in:
parent
051a1e2845
commit
8365db0517
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ export class Breadcrumb {
|
|||
}
|
||||
this.id = id;
|
||||
const excludeTypes: string[] = []
|
||||
if (this.element.parentElement.classList.contains("b3-dialog__cardblock")) {
|
||||
if (this.element.parentElement?.parentElement && this.element.parentElement.parentElement.classList.contains("b3-dialog__cardblock")) {
|
||||
// 闪卡面包屑不能显示答案
|
||||
excludeTypes.push("NodeTextMark-mark");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue