Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Mar 17, 2021
2 parents 0e2772f + 14a9e7a commit b607348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Damselfly.Web/Shared/Images/ImageGrid.razor
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
<div class="damselfly-gridimage @WrapStyle" @onclick="@(e => { ToggleSelected(e, info); })">
<GridImage CurrentImage=@info.image NavContext=@NavigationContexts.Search ThumbnailSize=@CurrentThumbSize />
</div>
}

if( !endOfImages )
{
<div class="damselfly-moreimages" id="list-end" />
}
if (!endOfImages)
{
<div class="damselfly-moreimages" id="list-end" />
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.6.5

0 comments on commit b607348

Please sign in to comment.