mirror of
https://github.com/nasa/openmct.git
synced 2025-05-07 19:18:36 +00:00
fix(recents): fix vue warnings after target animation (#6203)
This commit is contained in:
parent
9c784398b3
commit
cc1bf47f5a
@ -315,7 +315,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
targetedPathAnimationEnd() {
|
targetedPathAnimationEnd() {
|
||||||
this.targetedPath = undefined;
|
this.targetedPath = null;
|
||||||
},
|
},
|
||||||
treeItemSelection(item) {
|
treeItemSelection(item) {
|
||||||
this.selectedItem = item;
|
this.selectedItem = item;
|
||||||
|
@ -62,7 +62,7 @@ export default {
|
|||||||
},
|
},
|
||||||
targetedPath: {
|
targetedPath: {
|
||||||
type: String,
|
type: String,
|
||||||
required: true
|
default: null
|
||||||
},
|
},
|
||||||
selectedItem: {
|
selectedItem: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user