Fix continuos modal navigation feature lint error
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
||||
return [
|
||||
this.block.options.magnifyOption,
|
||||
this.block.options.showRefresh,
|
||||
this.isBlockMagnified
|
||||
this.isBlockMagnified,
|
||||
].some(c => !!c)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user