fix: panel_resizer mobx action warnings (#820)
This commit is contained in:
@@ -90,14 +90,18 @@ export class PanelResizerState {
|
||||
pressed: observable,
|
||||
collapsed: observable,
|
||||
|
||||
onMouseUp: action,
|
||||
onMouseDown: action,
|
||||
onDblClick: action,
|
||||
handleWidthEvent: action,
|
||||
addInvisibleOverlay: action,
|
||||
finishSettingWidth: action,
|
||||
handleLeftEvent: action,
|
||||
setWidth: action,
|
||||
setMinWidth: action,
|
||||
handleWidthEvent: action,
|
||||
onDblClick: action,
|
||||
onMouseDown: action,
|
||||
onMouseUp: action,
|
||||
reloadDefaultValues: action,
|
||||
removeInvisibleOverlay: action,
|
||||
setLeft: action,
|
||||
setMinWidth: action,
|
||||
setWidth: action,
|
||||
|
||||
appFrame: computed,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user