面板关闭问题
This commit is contained in:
@@ -1458,6 +1458,15 @@ export const areaActions = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 切换Area最大化状态
|
||||||
|
* @param {string} areaId - Area ID
|
||||||
|
* @param {Object} options - 选项
|
||||||
|
*/
|
||||||
|
toggleMaximize: (areaId, options = {}) => {
|
||||||
|
return areaHandler.toggleMaximize(areaId, options);
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 恢复Area
|
* 恢复Area
|
||||||
* @param {string} areaId - Area ID
|
* @param {string} areaId - Area ID
|
||||||
|
|||||||
Reference in New Issue
Block a user