aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 22e242f77..6619b765b 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -373,6 +373,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
const img = {
file: i ? i : this.paths[0],
+ drag: i ? 'drag' : 'full',
smart: quiz,
};
const response = await axios.post('http://localhost:105/labels/', img, {