fix(editor): component name for the mobile menu is incorrect (#9604)

This commit is contained in:
zzj3720
2025-01-09 07:32:48 +00:00
parent cac0b7fd66
commit f46a7a073a
2 changed files with 2 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ export class MobileMenuComponent
declare global {
interface HTMLElementTagNameMap {
'affine-menu-mobile': MobileMenuComponent;
'mobile-menu': MobileMenuComponent;
}
}