diff --git a/package.json b/package.json
index c60a575..7ef3aa5 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
- "copper3d_visualisation": "^1.11.31",
+ "copper3d_visualisation": "^1.11.33",
"element-plus": "^2.2.17",
"sass": "^1.55.0",
"vue": "^3.2.37"
diff --git a/src/App.vue b/src/App.vue
index 742d269..93bd528 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,10 +24,13 @@
:immediate-slice-num="immediateSliceNum"
:contrast-index="contrastNum"
:is-axis-clicked="isAxisClicked"
+ :init-slice-index="initSliceIndex"
@on-slice-change="getSliceChangedNum"
@reset-main-area-size="resetMainAreaSize"
@on-change-orientation="resetSlicesOrientation"
+ @on-open-dialog="onOpenDialog"
>
+
diff --git a/yarn.lock b/yarn.lock
index 64d9601..174f7fb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -286,10 +286,10 @@ copper3d_plugin_heartjs_config@^1.0.7:
resolved "https://registry.npmjs.org/copper3d_plugin_heartjs_config/-/copper3d_plugin_heartjs_config-1.0.7.tgz"
integrity sha512-rWhe19DQjC7Ap96uPKmQNy+IBihXTHelAowr5VdgHee+LDTLTLJ75IHsbBxi5ls1LHMxsXhGmWmT3Oy+pgva+Q==
-copper3d_visualisation@^1.11.31:
- version "1.11.31"
- resolved "https://registry.yarnpkg.com/copper3d_visualisation/-/copper3d_visualisation-1.11.31.tgz#1581fe466721c7db0478c0066d77b9d0db38a772"
- integrity sha512-851sZQho5Ga1FnbBtAnd/btOxdHOxatwhaw2zarEy+Bs3hoTSt2+Xbn7F/Kk+xj0BUdMuzaKng7SK9vihtga+w==
+copper3d_visualisation@^1.11.33:
+ version "1.11.33"
+ resolved "https://registry.yarnpkg.com/copper3d_visualisation/-/copper3d_visualisation-1.11.33.tgz#203f7fd0570c5d2a875a54d1abf3cf313cea0351"
+ integrity sha512-QF87k3SBgsXDfpTeLPp9SCUmEYMJCB2osaeJKsMvWzIRxcsM5dKmrhkWvtna6IpCYVcIFVhmRm9Phxc4fDgzoA==
dependencies:
"@types/dat.gui" "^0.7.7"
"@types/three" "^0.140.0"