修复bug,统一事件定义
This commit is contained in:
@@ -764,7 +764,7 @@ const onToggleMaximize = () => {
|
||||
})
|
||||
}
|
||||
|
||||
const onClose = () => emitEvent(EVENT_TYPES.PANEL_CLOSE_REQUEST, {
|
||||
const onClose = () => emitEvent(EVENT_TYPES.AREA_CLOSE_REQUEST, {
|
||||
areaId: props.id
|
||||
}, {
|
||||
source: { component: 'Area', areaId: props.id }
|
||||
|
||||
Reference in New Issue
Block a user