From 79a6c7eb7b07f6e75b99e996d41c7924f22f4e1c Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 15 Oct 2021 13:24:00 -0400 Subject: [PATCH] logbox uses class to identify drag handle instead of id. --- src/ui/React/LogBoxManager.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index f73c8225a..46f5c7de9 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -88,7 +88,7 @@ function LogWindow(props: IProps): React.ReactElement { } return ( - + - + {props.script.filename} {props.script.args.map((x: any): string => `${x}`).join(" ")}