add conditional checks
This commit is contained in:
@@ -243,7 +243,7 @@ module.exports = new Vue({
|
||||
},
|
||||
|
||||
enable_rotary: function() {
|
||||
if(this.state["2an"] == 1 || this.state["2an"] == 3) return true;
|
||||
if((this.state["2an"] == 1 || this.state["2an"] == 3) && this.is_idle) return true;
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user