From 285522d82018d1e9195ecce0403acf5e9a91744c Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Thu, 23 Apr 2026 22:56:29 -0500 Subject: [PATCH] all snippet buttons are actually buttons now --- client/homebrew/editor/snippetbar/snippetbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 5e0a47356..f240bc9b7 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -329,12 +329,12 @@ const SnippetGroup = createReactClass({ return _.map(snippets, (snippet)=>{ if(!snippet.subsnippets){ return ( -
this.handleSnippetClick(e, snippet)}> +
+ ); } else if(snippet.subsnippets){ return (