GrapesJS / GrapesJS/components-tabs
Can not have more than one tab container by page
Open
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
When trying to add a second `TABS` to a page the second one get scrambled/dirty and do not behave as expected.
On a clean page add one `ROW` and inside it a `TABS` repeat the previous steps and then try to preview it.
Notice the extra divs on the second `TABS`:
Here is the import/export code:
```
Tab 1
Tab 2
Tab 3
Tab 1 Content
Tab 2 Content
Tab 3 Content
New Tab Content
New Tab Content
New Tab Content
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.