Pre Merge pull request !234 from frank/N/A

This commit is contained in:
frank 2024-04-26 15:50:39 +00:00 committed by Gitee
commit 0ef8981f8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -225,7 +225,8 @@ watch(
onMounted(() => {
if ($app.value) {
$app.value.addEventListener('wheel', handleWheel, { passive: false })
canvasPosCenter()
// canvasPosCenter()
chartLayoutStore.setItem(ChartLayoutStoreEnum.RE_POSITION_CANVAS, true)
}
})