We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4241422 commit 1f3b8dbCopy full SHA for 1f3b8db
packages/vtable/src/scenegraph/group-creater/cell-type/video-cell.ts
@@ -246,6 +246,7 @@ export function createVideoCellGroup(
246
table.scenegraph.updateNextFrame();
247
});
248
video.onerror = (): void => {
249
+ const regedIcons = icons.get();
250
// image.setAttribute('image', (regedIcons.damage_pic as any).svg);
251
(image as any).image = (regedIcons.damage_pic as any).svg;
252
};
0 commit comments