Skip to content

Commit

Permalink
fix(nav): upload of preview images
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz committed Sep 23, 2024
1 parent dde4ab4 commit b09db0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/document-list-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div
class="document-thumbnail"
uk-dropdown="pos: right-center; offset: 15; delay-show: 400; delay-hide: 100; container: .alexandria-container;"
{{on "dragstart" (fn (optional @onDragStart) @document)}}
>
<img
data-src="{{@document.thumbnail.value}}"
Expand Down

0 comments on commit b09db0c

Please sign in to comment.