Hussam Barbour

Results 2 comments of Hussam Barbour

I solved this issue in the following way: I added a new method ```javascript async start(url) { this.player = this.media.create(url); await this.startPlay(); } startPlay() { return new Promise((resolve, reject) =>...

you can add @ts-ignore comment above import `// @ts-ignore` `import Header from '@editorjs/Header';`