KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.78k stars 259 forks source link

fix: beforeRender accpet return type Promise<any> #1919

Closed BBboy01 closed 2 months ago

BBboy01 commented 2 months ago

Hi, I found beforeRender only accept () => Promise<void>, but in my use case, I have to render quill after every async sources loaded, beforeRender maybe just need a resoved status instead of specific void type

CleanShot 2024-08-22 at 11 32 59@2x

KillerCodeMonkey commented 2 months ago

release in 26.0.7