You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked "open" AND "closed" issues and this is not a duplicate
Description
Bug description
After copy-pasting a CodeGroup or Tabs block, the pasted block renders incorrectly: the tab header is visible, but the active tab content is not displayed (the content area looks collapsed or not rendered).
The content becomes visible only after interacting with the tabs (e.g., clicking the current tab or switching to another tab and back).
Expected: pasted block immediately shows the active tab content. Actual: after paste, tab content is hidden/blank; it appears only after a tab click/switch.
Affected plugins: codeGroup, Tabs
Steps to reproduce
Insert a CodeGroup (or Tabs) block.
Ensure it has content (for CodeGroup — code in a tab; for Tabs — any content inside a tab).
Copy the block.
Paste it.
Observe: the pasted block shows tab headers, but the tab content area is blank/hidden.
Click a tab or switch between tabs — content appears.