From e4fca20fd4f7d7401fb62d5f700a15c604070484 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 19 Jan 2025 14:35:23 -0500 Subject: css fixes for ai editor views. --- .../collectionFreeForm/CollectionFreeFormView.tsx | 78 ++++++++++++---------- 1 file changed, 43 insertions(+), 35 deletions(-) (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index eeb97bf15..796949378 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -2209,10 +2209,12 @@ export class CollectionFreeFormView extends CollectionSubView {this._drawingFillInput = e.target.value})} + onChange={action(e => { + this._drawingFillInput = e.target.value; + })} /> -
- Similarity +
+ Similarity
-
@@ -2256,23 +2260,27 @@ export class CollectionFreeFormView extends CollectionSubView {this._regenInput = e.target.value})} + onChange={action(e => { + this._regenInput = e.target.value; + })} placeholder="..under development.." /> -
-- cgit v1.2.3-70-g09d2