Skip to content

Commit

Permalink
releases 4.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Dec 11, 2024
1 parent ec98547 commit b9064d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.9.22",
"version": "4.9.23",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4112,7 +4112,7 @@ export default defineComponent({
internalData.rceTimeout = setTimeout(() => {
internalData.rceTimeout = undefined
handleRecalculateLayout(!!reFull)
}, 20)
}, 10)
})
},
openTooltip (target, content) {
Expand Down
1 change: 0 additions & 1 deletion packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ VxeUI.setConfig({
// },
customConfig: {
// enabled: false,
storage: true,
allowVisible: true,
allowResizable: true,
allowFixed: true,
Expand Down

0 comments on commit b9064d7

Please sign in to comment.