mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
fix(devui): only disable resize events if collapsible
This commit is contained in:
parent
b1fce36a54
commit
991eed7191
|
@ -69,7 +69,9 @@ export default class TabsHeader extends Component {
|
|||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.disableResizeEvents();
|
||||
if (this.props.collapsible) {
|
||||
this.disableResizeEvents();
|
||||
}
|
||||
}
|
||||
|
||||
enableResizeEvents() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user