From 3b0fca96e8350c4d103833a0cee6dcdc5e781d5c Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 16 Jul 2025 13:03:12 -0400 Subject: fixed placement of Docs on views that are modified as the result of the AI componentUI view being display --- .../collections/collectionFreeForm/CollectionFreeFormView.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/client/views/collections/collectionFreeForm') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index b45409a75..49c684ab1 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -2164,10 +2164,6 @@ export class CollectionFreeFormView extends CollectionSubView { @@ -2180,7 +2176,7 @@ export class CollectionFreeFormView extends CollectionSubView this._canInteract && (this._regenInput = e.target.value))} + onChange={action(e => (this._regenInput = e.target.value))} placeholder={this._regenInput || StrCast(this.Document.title)} />
@@ -2213,10 +2209,7 @@ export class CollectionFreeFormView extends CollectionSubView this._canInteract && (this._fireflyRefStrength = val as number)), - `${this.Document.title} button set from list` - )} + setNumber={undoable(action(val => (this._fireflyRefStrength = val as number)),`${this.Document.title} button set from list` )} fillWidth />
-- cgit v1.2.3-70-g09d2