mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
🚨
This commit is contained in:
parent
f53c2fdebd
commit
aab48e9c8a
2 changed files with 2 additions and 2 deletions
|
|
@ -389,7 +389,7 @@ export class Breadcrumb {
|
|||
return;
|
||||
}
|
||||
this.id = id;
|
||||
const excludeTypes: string[] = []
|
||||
const excludeTypes: string[] = [];
|
||||
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