块引浮窗显示文档标题 #15 (#15929)

This commit is contained in:
Achuan-2 2025-09-26 22:01:14 +08:00 committed by GitHub
parent 935e5b6d33
commit a9cc6acfd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,6 +182,7 @@ export class BlockPanel {
scroll: true, scroll: true,
gutter: true, gutter: true,
breadcrumbDocName: true, breadcrumbDocName: true,
title: response.data.rootID === this.refDefs[index].refID, // 如果块是文档,显示文档标题
}, },
typewriterMode: false, typewriterMode: false,
after: (editor) => { after: (editor) => {