From 8ea8f80e3268b5828f28516fb8e3c00db738f7f2 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Mon, 20 May 2024 17:28:51 -0500 Subject: [PATCH] Sort keys alphabetically in the Variables/Memory panel (#2417) --- src/components/ModelingSidebar/ModelingPanes/MemoryPane.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ModelingSidebar/ModelingPanes/MemoryPane.tsx b/src/components/ModelingSidebar/ModelingPanes/MemoryPane.tsx index 30741b232..10b6adec2 100644 --- a/src/components/ModelingSidebar/ModelingPanes/MemoryPane.tsx +++ b/src/components/ModelingSidebar/ModelingPanes/MemoryPane.tsx @@ -61,6 +61,7 @@ export const MemoryPane = () => { displayObjectSize={true} indentWidth={2} quotesOnKeys={false} + sortKeys={true} name={false} theme={theme === 'light' ? 'rjv-default' : 'monokai'} />