-
+
{return}" @mousedown.stop="sliderMousedown($event)" />
{{ markers.top }}
diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue
index 6b08c699..021eb599 100644
--- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomCanvas.vue
@@ -76,7 +76,7 @@
-
+
{return}" @mousedown.stop="sliderMousedown($event)" />
{{ markers.top }}
@@ -471,6 +471,7 @@ export default {
},
methods: {
goViewer(e) {
+ console.log('goViewer')
console.log(this.$refs['sliderBox'].clientHeight)
var height = e.offsetY * 100 / this.$refs['sliderBox'].clientHeight
this.height = height