fix: Insert Section visible in SECTION-TAB context menu

JSX rendering menu at line 17500 lacked the
!sessionTabs.some(s => s.id === activeTab) guard.
Added it - section tab context menu no longer offers
Insert Section (sections cannot contain section items).
This commit is contained in:
2026-07-28 09:55:37 +07:00
parent f4a364df51
commit 385d62cfaf
3 changed files with 8 additions and 2 deletions
File diff suppressed because one or more lines are too long