diff options
author | bobzel <zzzman@gmail.com> | 2021-07-27 19:43:29 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-07-27 19:43:29 -0400 |
commit | 61a0064d7ce862e88792112b3d92f59896f9561f (patch) | |
tree | 49b5823edca22603941f4ea15258827961a2dc3c /src/client/views/nodes/ImageBox.tsx | |
parent | 8717e90d12c8caa16984f5a55eb8f442dcf5cbab (diff) |
from last
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index d876ae818..cfd43bb62 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -340,7 +340,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp @action finishMarquee = () => { this._marqueeing = undefined; - this.props.select(false) + this.props.select(false); } render() { |