Skip to content

Commit

Permalink
Merge branch 'txtarea-growing' of https://github.com/SAP/ui5-webcompo…
Browse files Browse the repository at this point in the history
…nents into txtarea-growing
  • Loading branch information
nikoletavnv committed Oct 17, 2024
2 parents 5a1223f + 58c4d63 commit 6a78247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/TextArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ import getEffectiveScrollbarStyle from "@ui5/webcomponents-base/dist/util/getEff
import i18n from "@ui5/webcomponents-base/dist/decorators/i18n.js";
import type I18nBundle from "@ui5/webcomponents-base/dist/i18nBundle.js";
import { isEscape } from "@ui5/webcomponents-base/dist/Keys.js";
import { sanitizeHTML } from "@ui5/webcomponents-base/dist/util/HTMLSanitizer.js";
import type { IFormInputElement } from "@ui5/webcomponents-base/dist/features/InputElementsFormSupport.js";
import Popover from "./Popover.js";
import Icon from "./Icon.js";
import type PopoverHorizontalAlign from "./types/PopoverHorizontalAlign.js";


import "@ui5/webcomponents-icons/dist/error.js";
import "@ui5/webcomponents-icons/dist/alert.js";
import "@ui5/webcomponents-icons/dist/sys-enter-2.js";
Expand Down

0 comments on commit 6a78247

Please sign in to comment.