diff --git a/src/components/Discover/Conformance/ConformanceSidebar/ConformanceShowBar.vue b/src/components/Discover/Conformance/ConformanceSidebar/ConformanceShowBar.vue index e47aa46..945eaf9 100644 --- a/src/components/Discover/Conformance/ConformanceSidebar/ConformanceShowBar.vue +++ b/src/components/Discover/Conformance/ConformanceSidebar/ConformanceShowBar.vue @@ -636,10 +636,6 @@ function selectStart(e) { isEndSelected.value = false; task.value = e; taskEnd.value = null; - emitter.emit("sratrAndEndToStart", { - start: true, - end: false, - }); } } /** @@ -653,10 +649,6 @@ function selectEnd(e) { isStartSelected.value = false; task.value = e; taskStart.value = null; - emitter.emit("sratrAndEndToStart", { - start: false, - end: true, - }); } } /**