diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
| commit | bc53d54319780c4f9ca4f9ed3d8493cb82dd7486 (patch) | |
| tree | 9a398aee54ecebfd1dbf3359cabff25a19c1862a /src/client/views/nodes/ImageBox.tsx | |
| parent | 6e0994d6b221ee1045e313554533ecc48c24f65d (diff) | |
| parent | b25dac80353e522c74aade90c3df8f01f38de0b7 (diff) | |
Merge branch 'master' into linking-anh
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() { |
