fix lint
This commit is contained in:
parent
9f4a9bff46
commit
995daf70b7
@ -42,7 +42,7 @@ const ScopeSelector = {
|
|||||||
this.currentScope === scope ||
|
this.currentScope === scope ||
|
||||||
this.originalScope === scope ||
|
this.originalScope === scope ||
|
||||||
this.userDefault === scope ||
|
this.userDefault === scope ||
|
||||||
'direct' === scope
|
scope === 'direct'
|
||||||
},
|
},
|
||||||
changeVis (scope) {
|
changeVis (scope) {
|
||||||
this.currentScope = scope
|
this.currentScope = scope
|
||||||
|
Loading…
Reference in New Issue
Block a user