diff options
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index b7b8ce064..c31d38b0d 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -265,7 +265,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp this.dataDoc.icon = new ImageField(returnedfilename); this.dataDoc["icon-nativeWidth"] = this.layoutDoc[WidthSym](); this.dataDoc["icon-nativeHeight"] = this.layoutDoc[HeightSym](); - } + }; this.Snapshot(undefined, undefined, makeIcon); } |
