MOBILE-3320 rte: Try to fix wrong number of buttons displayed

main
Dani Palou 2021-07-05 16:16:20 +02:00
parent bd8f8de604
commit aab1018e2b
1 changed files with 2 additions and 0 deletions

View File

@ -869,6 +869,8 @@ export class CoreEditorRichTextEditorComponent implements OnInit, AfterContentIn
this.toolbarArrows = true;
}
await CoreUtils.nextTick();
await this.toolbarSlides.update();
await this.updateToolbarArrows();