This commit is contained in:
Henry Jameson 2019-03-30 12:34:13 +02:00
parent 9f4a9bff46
commit 995daf70b7

View file

@ -42,7 +42,7 @@ const ScopeSelector = {
this.currentScope === scope ||
this.originalScope === scope ||
this.userDefault === scope ||
'direct' === scope
scope === 'direct'
},
changeVis (scope) {
this.currentScope = scope