mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-07-27 08:27:44 +00:00
fix(table): 列操作点击后关闭popover
This commit is contained in:
parent
b564c9e4aa
commit
596d86f2ab
@ -134,7 +134,8 @@ const actionHandler = async (action: ColumnActionConfig, row: any, index: number
|
||||
} else {
|
||||
await action.handler?.(row, index);
|
||||
}
|
||||
action.after?.(row, index);
|
||||
await action.after?.(row, index);
|
||||
popoverVisible.value = false;
|
||||
};
|
||||
|
||||
const save = async (index: number, config: ColumnConfig) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user