fix(editor): at menu position in split view (#9500)

This commit is contained in:
Flrande
2025-01-03 12:20:31 +00:00
parent b17dac2201
commit 2074bda8ff
8 changed files with 230 additions and 271 deletions

View File

@@ -401,7 +401,7 @@ export class HeaderAreaTextCellEditing extends BaseTextCell {
? getViewportElement(this.topContenteditableElement.host)
: null}"
data-parent-flavour="affine:database"
class="data-view-header-area-rich-text can-link-doc"
class="data-view-header-area-rich-text"
></rich-text>`;
}