Fix:Library collapsed series to respect ignore prefixes setting #866

This commit is contained in:
advplyr
2022-07-30 16:18:26 -05:00
parent 377ae7ab19
commit 06b8d1194c
6 changed files with 28 additions and 16 deletions
+1
View File
@@ -69,6 +69,7 @@ export default {
},
methods: {
clickedOutside(evt) {
if (!this.show) return
if (evt) {
evt.stopPropagation()
evt.preventDefault()