diff options
author | bobzel <zzzman@gmail.com> | 2022-11-17 09:25:48 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-17 09:25:48 -0500 |
commit | 54dc7b2c44194d98111100bc1350b7ac6c5901bc (patch) | |
tree | cb85e8b766fdb6f4575efc83fe9080f6b1d28877 /src/client/views/nodes/ImageBox.tsx | |
parent | 56116231c4c0aa78d54a9ed4c1f167514596953c (diff) |
typo
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 2e594d96a..4092a2575 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -364,7 +364,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp {fadepath === srcpath ? null : ( <div className={`imageBox-fadeBlocker${(this.props.isHovering?.() && this.layoutDoc[this.fieldKey + '-useAlt'] === undefined) || BoolCast(this.layoutDoc[this.fieldKey + '-useAlt']) ? '-hover' : ''}`} - style={{ transition: StrCast(this.layoutDoc.viewTransition, 'opacity 1000 ms') }}> + style={{ transition: StrCast(this.layoutDoc.viewTransition, 'opacity 1000ms') }}> <img className="imageBox-fadeaway" key="fadeaway" src={fadepath} style={{ transform, transformOrigin }} draggable={false} width={nativeWidth} /> </div> )} |