From 9688e3bb1e67336fe57e11b186936830d5483b06 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 4 Mar 2025 20:57:27 -0500 Subject: fixed frame animtation to not write 0's by default. fixed lightbox stepinto to restore collection pan/zoom correctly. removed firefly unused ai buttons from imagebox. --- src/client/views/nodes/ImageBox.tsx | 89 +++++++------------------------------ 1 file changed, 16 insertions(+), 73 deletions(-) (limited to 'src/client/views/nodes/ImageBox.tsx') diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 279317f49..4979a4d4d 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -624,28 +624,10 @@ export class ImageBox extends ViewBoxAnnotatableComponent() { className="imageBox-aiView-input" aria-label="Edit instructions input" type="text" - value={this._regenInput} + value={this._regenInput || StrCast(this.Document.title)} onChange={action(e => this._canInteract && (this._regenInput = e.target.value))} placeholder={this._regenInput || StrCast(this.Document.title)} /> -
- Similarity - this._canInteract && (this._fireflyRefStrength = val as number))} - valueLabelDisplay="auto" - /> -
-
- More: -
-- cgit v1.2.3-70-g09d2