mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
UI improvements and saving
This commit is contained in:
parent
2a4f9309b9
commit
e23a8a5189
8 changed files with 81 additions and 23 deletions
|
@ -63,7 +63,7 @@ let LogicCondition = function (enabled, operation, operandAType, operandAValue,
|
|||
|
||||
self.onEnabledChange = function (event) {
|
||||
let $cT = $(event.currentTarget);
|
||||
console.log($cT);
|
||||
self.setEnabled(!!$cT.prop('checked'));
|
||||
};
|
||||
|
||||
self.getOperatorMetadata = function () {
|
||||
|
@ -231,9 +231,6 @@ let LogicCondition = function (enabled, operation, operandAType, operandAValue,
|
|||
|
||||
self.renderOperand(0);
|
||||
self.renderOperand(1);
|
||||
|
||||
console.log($row);
|
||||
|
||||
}
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue