Skip to content

Commit

Permalink
Actually render the image. :-S
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Jul 24, 2023
1 parent 3173c87 commit f5f352a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Damselfly.Web.Client/Shared/ImagePreview.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ of the visible image is updated which should update it instantly.
else
{
<Panzoom @ref="_panzoom" WheelMode="@WheelMode" PanzoomOptions="@PanZoomOptions">
<img @ref="@context.ElementReference" @key="ImgKey" id="theImage" class="image-fill" />
<img @ref="@context.ElementReference" src="@ImageUrl" @key="ImgKey" id="theImage" class="image-fill" />
</Panzoom>
}
</div>
Expand Down
2 changes: 1 addition & 1 deletion Damselfly.Web.Client/wwwroot/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const CACHE_VERSION='4.1.0-20230724091956'
const CACHE_VERSION='4.1.0-20230724093448'

0 comments on commit f5f352a

Please sign in to comment.