mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 13:20:19 +03:00
fix: upstream toggle regression
This commit is contained in:
parent
1a9d7bea4d
commit
3eeceff39a
|
@ -72,7 +72,7 @@ export class ResponseModel {
|
|||
}
|
||||
|
||||
@action
|
||||
toggle() {
|
||||
toggle = () => {
|
||||
this.expanded = !this.expanded;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user