diff options
author | bobzel <zzzman@gmail.com> | 2021-01-20 23:36:16 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-20 23:36:16 -0500 |
commit | e369336c413a337e02afc027cc1aecdd76a496c5 (patch) | |
tree | a69d6298ee3e406e7cab3f10958872f8a6569741 /src/client/views/nodes/WebBox.tsx | |
parent | 68785a97178d229935c0429791081d7c09312dc3 (diff) |
fixed hiding AnchorMenu in text boxes. encapsulated fadeOut of AnchorMenu within class for simplicity.
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index c9c4ed159..69f797880 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -161,7 +161,6 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum if (!selected) { this._savedAnnotations.values().forEach(v => v.forEach(a => a.remove())); this._savedAnnotations.clear(); - AnchorMenu.Instance.fadeOut(true); } }, { fireImmediately: true }); |