This commit is contained in:
Henry Jameson 2019-03-30 12:34:13 +02:00
parent 9f4a9bff46
commit 995daf70b7
1 changed files with 1 additions and 1 deletions

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