From e439d97312689df3513c8c5cb1904debbbf38966 Mon Sep 17 00:00:00 2001 From: Albert Gasset Date: Wed, 8 Oct 2025 17:39:52 +0200 Subject: [PATCH 1/2] MOBILE-4842 rte: Remove invalid paramter passed to editor implementation Fixes the folloing console error: NG0303: Can't set value of the 'name' input on the 'CoreEditorClassicEditorComponent' component. Make sure that the 'name' property is declared as an input using the input() or model() function or the @Input() decorator. --- .../editor/components/rich-text-editor/rich-text-editor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/features/editor/components/rich-text-editor/rich-text-editor.ts b/src/core/features/editor/components/rich-text-editor/rich-text-editor.ts index 3bb926b406c..882b3c14953 100644 --- a/src/core/features/editor/components/rich-text-editor/rich-text-editor.ts +++ b/src/core/features/editor/components/rich-text-editor/rich-text-editor.ts @@ -145,7 +145,6 @@ export class CoreEditorRichTextEditorComponent implements AfterViewInit, OnDestr async ngOnInit(): Promise { this.editorComponentClass = await CoreEditorService.getEditorComponentClass(); this.editorComponentData = { - name: this.name, placeholder: this.placeholder, component: this.component, componentId: this.componentId, From f60a47444294f7e6343ce7f1271be04dd21946f8 Mon Sep 17 00:00:00 2001 From: Albert Gasset Date: Thu, 9 Oct 2025 10:37:25 +0200 Subject: [PATCH 2/2] MOBILE-4842 theme: Remove footer bottom shadow Fixes footer shadow overlapping the bottom safe area on Android. --- src/core/features/mainmenu/pages/more/more.html | 2 +- src/theme/theme.base.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/core/features/mainmenu/pages/more/more.html b/src/core/features/mainmenu/pages/more/more.html index 87a8941dc54..1bf31c88665 100644 --- a/src/core/features/mainmenu/pages/more/more.html +++ b/src/core/features/mainmenu/pages/more/more.html @@ -71,7 +71,7 @@

{{ 'core.more' | translate }}

} - +