tahsinpol

Results 1 comments of tahsinpol

+1 I have the same problem `triggerButtons() { if (!this.showToolbar) { return; } this.buttons.forEach(e => { const result = this.doc.queryCommandState(e); const elementById = this.doc.getElementById(e + '-' + this.id); if (result)...