added create icon into desktopToolbar

This commit is contained in:
Peter Papp
2021-08-09 09:23:10 +02:00
parent 5341fbedc6
commit 9a80c044fc
10 changed files with 375 additions and 101 deletions

View File

@@ -23,7 +23,11 @@
if (this.name === name) this.isVisible = !this.isVisible
})
events.$on('unClick', () => this.isVisible = false)
events.$on('popover:close', name => {
if (this.name === name) this.isVisible = false
})
// todo: events.$on('unClick', () => this.isVisible = false)
}
}
</script>