このコミットが含まれているのは:
Henry Jameson 2019-03-30 12:34:13 +02:00
コミット 995daf70b7

ファイルの表示

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