From bd366e99f3ad4bf6d793c44236e1559ed2949e3b Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 2 May 2024 15:31:56 -0700 Subject: [PATCH] add onClose back in to infomsg view --- src/app/workspace/cmdinput/infomsg.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/workspace/cmdinput/infomsg.tsx b/src/app/workspace/cmdinput/infomsg.tsx index 70bec936..52963368 100644 --- a/src/app/workspace/cmdinput/infomsg.tsx +++ b/src/app/workspace/cmdinput/infomsg.tsx @@ -64,7 +64,11 @@ class InfoMsg extends React.Component<{}, {}> { } return ( - + GlobalModel.inputModel.closeAuxView()} + >