add mmgis (external plugin) type to style exclusion list

This commit is contained in:
David Tsay 2021-06-15 14:08:40 -07:00
parent 4b191c5e39
commit b919cf9f69

View File

@ -102,7 +102,14 @@ export default {
};
},
mounted() {
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet', 'summary-widget', 'hyperlink'];
this.excludeObjectTypes = [
'folder',
'webPage',
'conditionSet',
'summary-widget',
'hyperlink',
'mmgis'
];
this.openmct.selection.on('change', this.updateInspectorViews);
},
destroyed() {