Skip to content

Commit

Permalink
Fix: 主题拖动到左右侧定位错误
Browse files Browse the repository at this point in the history
  • Loading branch information
T-miracle committed Jan 9, 2025
1 parent 1364c6b commit 323b2de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package/components/NanoContainer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
layout.setContainerLayout({
left: newLeft / screenWidth * 100 + '%'
});
} else {
layout.setContainerLayout({
left: pointerWelt.right ? '98%' : '0'
});
}
},
beforeFn: () => enableAnimation.value = false,
Expand Down

0 comments on commit 323b2de

Please sign in to comment.