[IGN-2207] Is there a way to stop/intercept a Tab Container tab change?

You could put a binding on the backgroundPosition style attribute, and use the currentTabIndex to assign the index number.

Something like:

concat('} .psc-target_tab .tab-menu-item[data-index="',{TabContainer.props.currentTabIndex},'"] {pointer-events: None } {')