fix: sub-tab keyboard block captures Ctrl+A/S in SECTION-TAB

Line 7942 checked activeTabRef.current !== 'main', which
is true for SECTION-TAB (session_xxx). Sub-tab block
only handles audio/image keys then unconditionally
returns at line 8005 -> Ctrl+A/S never reached.
Changed to exclude section tabs via
!activeTabRef.current.startsWith('session_').
This commit is contained in:
2026-07-28 10:03:46 +07:00
parent 62a41d4502
commit aafc750274
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long