From 8eb3d8bdbc3cc87a04be257f0f77a804e45836e8 Mon Sep 17 00:00:00 2001 From: starship-s <45587122+starship-s@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:42:20 -0600 Subject: [PATCH] chore: strip remaining btnCancel inline-flex references (superseded by single-button model) --- static/sessions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/sessions.js b/static/sessions.js index d03f31ca..5d5233bf 100644 --- a/static/sessions.js +++ b/static/sessions.js @@ -388,7 +388,6 @@ async function loadSession(sid){ if(typeof startClarifyPolling==='function') startClarifyPolling(sid); if(typeof _fetchYoloState==='function') _fetchYoloState(sid); S.activeStreamId=activeStreamId; - const _cb=$('btnCancel');if(_cb&&activeStreamId)_cb.style.display='inline-flex'; if(INFLIGHT[sid].reattach&&activeStreamId&&typeof attachLiveStream==='function'){ INFLIGHT[sid].reattach=false; if (_loadingSessionId !== sid) return; @@ -457,7 +456,6 @@ async function loadSession(sid){ S.busy=true; S.activeStreamId=activeStreamId; updateSendBtn(); - const _cb=$('btnCancel');if(_cb)_cb.style.display='inline-flex'; setStatus(''); setComposerStatus(''); syncTopbar();renderMessages();appendThinking();loadDir('.');