Skip to content

Commit

Permalink
releases 4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 29, 2024
1 parent 2e76df1 commit e74d3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-pc-ui",
"version": "4.3.8",
"version": "4.3.9",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/src/drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@ export default defineComponent({
reactData.initialized = true
}
if (!visible) {
recalculate()
reactData.visible = true
reactData.contentVisible = false
updateZindex()
allActiveDrawers.push($xeDrawer)
setTimeout(() => {
recalculate()
reactData.contentVisible = true
nextTick(() => {
if (showFooter) {
Expand Down

0 comments on commit e74d3fb

Please sign in to comment.