diff --git a/src/plugins/imagery/components/FilterSettings.vue b/src/plugins/imagery/components/FilterSettings.vue index c88d215d55..16aaadbb54 100644 --- a/src/plugins/imagery/components/FilterSettings.vue +++ b/src/plugins/imagery/components/FilterSettings.vue @@ -14,6 +14,8 @@ type="range" min="0" max="500" + draggable="true" + @dragstart.stop.prevent @change="notifyFiltersChanged" @input="notifyFiltersChanged" > @@ -24,6 +26,8 @@ type="range" min="0" max="500" + draggable="true" + @dragstart.stop.prevent @change="notifyFiltersChanged" @input="notifyFiltersChanged" > diff --git a/src/plugins/imagery/components/ImageControls.vue b/src/plugins/imagery/components/ImageControls.vue index eae50f6b49..96cf702bc5 100644 --- a/src/plugins/imagery/components/ImageControls.vue +++ b/src/plugins/imagery/components/ImageControls.vue @@ -21,7 +21,11 @@ *****************************************************************************/