diff options
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 0827eb062..b384e0059 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -180,7 +180,6 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { handleSelection = async (selection: string) => { this._searchInput = selection; - const images = await this.fetchImages(); }; drop = undoable((e: Event, de: DragManager.DropEvent) => { |