Skip to content

Commit

Permalink
fix pr conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
André Canuto authored and André Canuto committed Oct 16, 2023
1 parent 0849688 commit 931c57e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/syncfusion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export class IaraSyncfusionAdapter
}

editorToggleUppercase(): void {
const text = this._editorSelection.text
this._editorAPI.insertText(text.toLocaleUpperCase());
throw new Error("Método não implementado.");
}
}

0 comments on commit 931c57e

Please sign in to comment.