mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:59:48 +00:00
Fixed margin issues in the ConfigurationText
component
This commit is contained in:
parent
72d392ff27
commit
e172656bd4
@ -6,7 +6,7 @@
|
||||
TextChanged="@this.InternalUpdate"
|
||||
Label="@this.OptionDescription"
|
||||
Disabled="@this.Disabled()"
|
||||
Class="mb-3"
|
||||
Class="@MARGIN_CLASS"
|
||||
Adornment="Adornment.Start"
|
||||
AdornmentIcon="@this.Icon"
|
||||
AdornmentColor="@this.IconColor"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# v0.9.12, build 187 (2024-09-xx xx:xx UTC)
|
||||
|
||||
- Refactored the `ConfigurationText` component to debounce the input field to prevent unnecessary configuration updates. The component now also supports multiline text.
|
||||
- Fixed margin issues in the `ConfigurationText` component.
|
||||
- Refactored the `ConfigurationText` component to debounce the input field to prevent unnecessary configuration updates. The component now also supports multiline text.
|
||||
|
Loading…
Reference in New Issue
Block a user