From c0daf8b6aff92b71662d9791aeaa4bb63076dd02 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 19 Jun 2025 15:30:38 -0400 Subject: from last --- src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 4 ++-- src/client/views/nodes/ImageBox.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 128606675..ff78b332a 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -589,8 +589,8 @@ export class MarqueeView extends ObservableReactComponent() { } }; - handleSelection = async (selection: string) => (this._searchInput = selection); + handleSelection = (selection: string) => (this._searchInput = selection); drop = undoable( action((e: Event, de: DragManager.DropEvent) => { -- cgit v1.2.3-70-g09d2