docsify-tabs
docsify-tabs copied to clipboard
Multiple tabs with same name changed together when one tab is clicked, how to change only one?
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.
Please ignore my issue, it is resolved now. "sync: false" works for it.