Added NoControls Option
This commit is contained in:
@@ -17,6 +17,10 @@ const props = defineProps({
|
||||
location: {
|
||||
type: String,
|
||||
|
||||
},
|
||||
noControls: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
}
|
||||
})
|
||||
|
||||
@@ -145,7 +149,7 @@ watch(downloadControl, (downloadCtrl) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col gap-4 justify-self-center">
|
||||
<div class="flex flex-col gap-4 justify-self-center" v-if="!noControls">
|
||||
<div class="flex items-center gap-4 text-[#7862FF] bg-pale-blue border-[#D7D1FB] rounded-lg p-2 justify-center">
|
||||
|
||||
<!-- Zoom out button -->
|
||||
|
||||
Reference in New Issue
Block a user