akveo/ngx-admin

Can not use "Maximize" mode of ckeditor in nb-tabset>nb-tab

Open

#1,341 建立於 2017年10月24日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)TypeScript (24,990 star) (7,916 fork)batch import
help wanted

描述

Hi team,

If I put ckeditor inside nb-tab then the display issue (all style broken) will occur when I click on "Maximize" button.

<nb-card>
      <nb-tabset>
        <nb-tab>
             <ckeditor [config]="{ extraPlugins: 'divarea', height: '320' }"></ckeditor>
        </nb-tab>
      </nb-tabset>
<nb-card>

Please help advice. Thanks,.

貢獻者指南