Disable the right panel when the app asks us to
Currently this is only used in the GroupView and for forwarding messages.
This commit is contained in:
parent
a24bbdffd0
commit
814c408e23
3 changed files with 10 additions and 14 deletions
|
@ -108,20 +108,9 @@ module.exports = createReactClass({
|
|||
),
|
||||
});
|
||||
});
|
||||
|
||||
// dis.dispatch({
|
||||
// action: 'panel_disable',
|
||||
// sideDisabled: true,
|
||||
// middleDisabled: true,
|
||||
// });
|
||||
},
|
||||
|
||||
componentWillUnmount: function() {
|
||||
// dis.dispatch({
|
||||
// action: 'panel_disable',
|
||||
// sideDisabled: false,
|
||||
// middleDisabled: false,
|
||||
// });
|
||||
if (this.filterTimeout) {
|
||||
clearTimeout(this.filterTimeout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue