mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-22 08:47:10 +08:00
fix(editor): component name for the mobile menu is incorrect (#9604)
This commit is contained in:
@@ -369,7 +369,7 @@ export class MobileMenuComponent
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'affine-menu-mobile': MobileMenuComponent;
|
||||
'mobile-menu': MobileMenuComponent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user