()
| 137 | static i18nBundle: I18nBundle; |
| 138 | |
| 139 | static async onDefine() { |
| 140 | TextArea.i18nBundle = await getI18nBundle("@ui5/webcomponents-ai"); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Handles the click event for the "Previous Version" button. |
no test coverage detected