small fixes
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
@mouseup="targetPointer($event, 'end')" ></div>
|
||||
</div>
|
||||
<v-navigation-drawer width="133" rail location="right" class="mt-3">
|
||||
<v-menu>
|
||||
<v-menu open-on-hover>
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-btn icon="mdi-panorama-outline" color="primary" v-bind="props" v-tooltip="'Select scene'"></v-btn>
|
||||
<v-btn icon="mdi-panorama-outline" color="primary" v-bind="props"></v-btn>
|
||||
</template>
|
||||
<v-list selectable color="primary" @update:selected="loadScene($event[0])" :items="scenes"></v-list>
|
||||
</v-menu>
|
||||
@@ -63,6 +63,7 @@ export default {
|
||||
|
||||
methods:{
|
||||
loadScene(sceneId){
|
||||
this.debug('Loading scene', sceneId)
|
||||
manager.loadScene(sceneId)
|
||||
},
|
||||
targetClick(e){
|
||||
|
||||
Reference in New Issue
Block a user