akveo/ngx-admin

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

Open

#1,341 opened on 2017年10月24日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (7,916 forks)batch import
help wanted

Repository metrics

Stars
 (24,990 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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,.

コントリビューターガイド