Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
André Canuto authored and André Canuto committed Oct 17, 2023
1 parent af6a150 commit 07b5f3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tinymce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ export class IaraTinyMCEAdapter extends EditorAdapter implements EditorAdapter {
this._editorAPI.delete();
}

setEditorFontFamily(_fontName: string): void {
throw new Error("Método não implementado.");
}

setEditorFontSize(_fontSize: number): void {
throw new Error("Método não implementado.");
}

textFormatter(_text: IaraInference): string {
throw new Error("Método não implementado.");
}
Expand Down

0 comments on commit 07b5f3c

Please sign in to comment.