From 8d40a1a827bceb3f56f82b4c4c1bad8afaee8494 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 11 Feb 2021 18:32:13 -0500 Subject: fixed imagebox annotation layer sizing. was too tall when in a stackingview and the image was resized small. --- src/client/views/nodes/ImageBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/ImageBox.tsx') diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 286b3bf5f..67397dc51 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -418,7 +418,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent = new Dictionary(); @computed get annotationLayer() { - return
; + return
; } @action marqueeDown = (e: React.PointerEvent) => { -- cgit v1.2.3-70-g09d2