aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-20 23:36:16 -0500
committerbobzel <zzzman@gmail.com>2021-01-20 23:36:16 -0500
commite369336c413a337e02afc027cc1aecdd76a496c5 (patch)
treea69d6298ee3e406e7cab3f10958872f8a6569741 /src/client/views/nodes/ImageBox.tsx
parent68785a97178d229935c0429791081d7c09312dc3 (diff)
fixed hiding AnchorMenu in text boxes. encapsulated fadeOut of AnchorMenu within class for simplicity.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 47fa25951..649fe8f40 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -83,7 +83,6 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps, ImageD
if (!selected) {
this._savedAnnotations.values().forEach(v => v.forEach(a => a.remove()));
this._savedAnnotations.clear();
- AnchorMenu.Instance.fadeOut(true);
}
},
{ fireImmediately: true });