Browse Source

Fix TinyMCE editor style in mobile-app.

pull/14466/head
deaflynx 6 months ago
parent
commit
b953ebfca7
  1. 2
      ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.ts

2
ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.ts

@ -176,7 +176,7 @@ export class MobileAppComponent extends EntityComponent<MobileApp> {
context: ctx, context: ctx,
showCloseButton: false, showCloseButton: false,
popoverContentStyle: {padding: '16px 24px'}, popoverContentStyle: {padding: '16px 24px'},
isModal: false isModal: true
}); });
releaseNotesPanelPopover.tbComponentRef.instance.popover = releaseNotesPanelPopover; releaseNotesPanelPopover.tbComponentRef.instance.popover = releaseNotesPanelPopover;
releaseNotesPanelPopover.tbComponentRef.instance.editorContentApplied.subscribe((releaseNotes) => { releaseNotesPanelPopover.tbComponentRef.instance.editorContentApplied.subscribe((releaseNotes) => {

Loading…
Cancel
Save