chore: comments cleanup

3clyp50 committed Jan 27, 2026 at 22:45 UTC 7c6482aa709b1b4d8cfaf6e1003e2453a44f71d1
1 file changed -1
webui/js/messages.js
-1
@@ -1115,7 +1115,6 @@ export function drawMessageUser({
1115 createActionButton("copy", "", () => copyToClipboard(userText)),
1116 ].filter(Boolean)
1117 : [];
1118 - // Look for direct child only to avoid finding nested code block buttons
1118 const actionButtonsContainer = ensureChild(
1119 messageDiv,
1120 ".step-action-buttons",