From 1861d036b92adc6e228fa5f5823db8aea85e79ba Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Tue, 9 Jun 2026 06:25:31 -0500 Subject: [PATCH] add key to dropdown menuitem --- client/homebrew/editor/snippetbar/snippetbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 6558620ea..b4e7b311b 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -336,7 +336,7 @@ const SnippetGroup = createReactClass({ ); } else if(snippet.subsnippets){ return ( - + {this.renderSnippets(snippet.subsnippets)} )