mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 21:24:20 +00:00
fix reordering
This commit is contained in:
parent
2635f085f0
commit
44fc62e0ba
@ -214,7 +214,7 @@ export default {
|
|||||||
this.domainObject.configuration.criteria.push(criteriaObject);
|
this.domainObject.configuration.criteria.push(criteriaObject);
|
||||||
},
|
},
|
||||||
dragStart(e) {
|
dragStart(e) {
|
||||||
this.$emit('set-move-index', Number(e.target.getAttribute('data-condition-index')));
|
this.$emit('setMoveIndex', Number(e.target.getAttribute('data-condition-index')));
|
||||||
},
|
},
|
||||||
destroy() {
|
destroy() {
|
||||||
if (this.conditionClass) {
|
if (this.conditionClass) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user