diff --git a/src/syncfusion/index.ts b/src/syncfusion/index.ts index 7b02ce7..a2d29e7 100644 --- a/src/syncfusion/index.ts +++ b/src/syncfusion/index.ts @@ -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."); } }