From 35c5d89a08fd338983b078abcd5b15e4e3f49150 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 29 Dec 2022 00:06:01 +0800 Subject: [PATCH] chore: move state inspector toggle button --- src/containers/StateInspector.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/containers/StateInspector.tsx b/src/containers/StateInspector.tsx index 876c4ff..7680d51 100644 --- a/src/containers/StateInspector.tsx +++ b/src/containers/StateInspector.tsx @@ -29,6 +29,9 @@ export const InspectorContextWrapper = IN_PRODUCTION_MODE flexDirection: 'column', }} > +
+ +
                 {JSON.stringify($.value, null, 2)}
               
-
- -
) : (