diff options
author | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:38 -0400 |
commit | c0daf8b6aff92b71662d9791aeaa4bb63076dd02 (patch) | |
tree | 4df5bc633c3e1da148e796c0f3778bb832f48828 /src/client/views/nodes/ImageBox.tsx | |
parent | bb7315dab4ba6da444e6a73820aed86bbdb82522 (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 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) => { |