mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
tab active defaults
This commit is contained in:
parent
efb2a686fd
commit
dda2b2bbe8
|
@ -51,6 +51,7 @@ export class Tabs {
|
|||
})
|
||||
export class Tab {
|
||||
constructor(tabs) {
|
||||
this.active = false;
|
||||
tabs.addTab(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user