docsify-tabs icon indicating copy to clipboard operation
docsify-tabs copied to clipboard

Multiple tabs with same name changed together when one tab is clicked, how to change only one?

Open JasonOcean opened this issue 2 years ago • 1 comments

Here is the case, I am write api document, I named multiple request/response with docsify-tabs, e.g.,

method1
request/response
....

method2
request/response
...

When I click the tab 'response' of method1, the tabs 'response' for both method1 and method2 are both changed, but I do want the tab of method1 change only. How to lock the other homonymic tabs and change only 1 tab? Thanks in advance! One workaround is to keep tab name unique, but I need to keep the tab names as same in my cases.

JasonOcean avatar Jun 29 '23 03:06 JasonOcean

Please ignore my issue, it is resolved now. "sync: false" works for it.

JasonOcean avatar Jun 29 '23 09:06 JasonOcean