Skip to content

Commit 33c5e3b

Browse files
committed
fix: issue with data not properly loaded in thumbnail view
1 parent 14b38f7 commit 33c5e3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/views/ListGraphicsThumbnails.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ function GraphicsThumbnail({ graphic, i }) {
159159

160160
Promise.resolve()
161161
.then(async () => {
162+
await rendererRef.current.setData(data.current)
162163
if (rendererAnimationState.current === 'initial') {
163164
rendererAnimationState.current = 'animate-in'
164165

0 commit comments

Comments
 (0)