We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b38f7 commit 33c5e3bCopy full SHA for 33c5e3b
1 file changed
client/src/views/ListGraphicsThumbnails.jsx
@@ -159,6 +159,7 @@ function GraphicsThumbnail({ graphic, i }) {
159
160
Promise.resolve()
161
.then(async () => {
162
+ await rendererRef.current.setData(data.current)
163
if (rendererAnimationState.current === 'initial') {
164
rendererAnimationState.current = 'animate-in'
165
0 commit comments