Inconsistent behavior with multiple annotations in imagery (#7261)
* fix opacity issue * wip, though selection still weird * remove debugging * plots still have issue with last tag * add some better tests * Apply suggestions from code review Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com> * remove hardlined classnames * case sensitivity * good job tests finding issue --------- Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com> Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
@editing-entry="startTransaction"
|
||||
@delete-entry="deleteEntry"
|
||||
@update-entry="updateEntry"
|
||||
@update-annotations="loadAnnotations"
|
||||
@entry-selection="entrySelection(entry)"
|
||||
/>
|
||||
</div>
|
||||
@@ -298,6 +299,12 @@ export default {
|
||||
},
|
||||
showTime() {
|
||||
mutateObject(this.openmct, this.domainObject, 'configuration.showTime', this.showTime);
|
||||
},
|
||||
notebookAnnotations: {
|
||||
handler() {
|
||||
this.filterAndSortEntries();
|
||||
},
|
||||
deep: true
|
||||
}
|
||||
},
|
||||
beforeMount() {
|
||||
|
||||
Reference in New Issue
Block a user