Rich Content : Elements get duplicated when using tabs componentDescriptionFor Tabs Component, each Tab controls a Tab Content. Any other component must be added to the Tab Content component. When a Tab is active, it's corresponding Tab Content is displayed. When using tabs component, sometimes other components are dropped accidentally between Tab List and Tab Content components. This causes dropped component appear as if it is duplicated for all Tabs. Steps to Reproduce 1.Go to Content Library2.Create new Rich Content3.Open in Editor4.Add a tab component.5.Drag any component between Tab List and Tab Content as shown below. 6.Save 7.Open the same content again.8.Click on the tabs.Actual Behavior: The image is seen on the other tabs even when it was added on the one tab.Expected behavior: The component should only be draggable/droppable inside a Tab Content for the active Tab.WorkaroundPlease make sure the component isn't dropped accidentally between Tab List & Tab Content, move those inside the Tab Content component.Related Problem: PRB1684930