aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-19 15:30:38 -0400
committerbobzel <zzzman@gmail.com>2025-06-19 15:30:38 -0400
commitc0daf8b6aff92b71662d9791aeaa4bb63076dd02 (patch)
tree4df5bc633c3e1da148e796c0f3778bb832f48828 /src/client/views/nodes/ImageBox.tsx
parentbb7315dab4ba6da444e6a73820aed86bbdb82522 (diff)
from last
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 4d8d486b1..5b738ee19 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -262,7 +262,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
}
};
- handleSelection = async (selection: string) => (this._searchInput = selection);
+ handleSelection = (selection: string) => (this._searchInput = selection);
drop = undoable(
action((e: Event, de: DragManager.DropEvent) => {