feat(bubbles): wip

This commit is contained in:
Dimitrie Stefanescu
2022-03-11 16:29:05 +00:00
parent 0b16611ae4
commit 639c2f77fc
2 changed files with 7 additions and 1 deletions
@@ -164,6 +164,7 @@ export default {
this.expand = false
this.visible = false
this.commentText = null
this.$store.commit('setAddingCommentState', { addingCommentState: false })
window.__viewer.interactions.deselectObjects()
},
sendStatusUpdate() {
@@ -188,6 +189,7 @@ export default {
// TODO: deselect event
this.visible = false
this.location = null
this.$store.commit('setAddingCommentState', { addingCommentState: false })
return
}
@@ -1,6 +1,10 @@
<template>
<div>
<v-card class="elevation-5 rounded-xl pl-3 py-0 d-flex align-center" height="44">
<v-card
class="elevation-5 rounded-xl pl-3 py-0 d-flex align-center"
height="44"
style="max-width: 100vw; overflow-x: scroll"
>
<v-btn
v-show="showVisReset"
v-tooltip="`Resets all applied filters`"