mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
parent
6fd8f6cd43
commit
13fe7509de
@ -86,7 +86,7 @@ export default {
|
||||
|
||||
this.openmct.menus.showMenu(x, y, notebookTypes);
|
||||
},
|
||||
snapshot(notebook) {
|
||||
snapshot(notebookType) {
|
||||
this.$nextTick(() => {
|
||||
const element = document.querySelector('.c-overlay__contents')
|
||||
|| document.getElementsByClassName('l-shell__main-container')[0];
|
||||
@ -104,7 +104,7 @@ export default {
|
||||
openmct: this.openmct
|
||||
};
|
||||
|
||||
this.notebookSnapshot.capture(snapshotMeta, notebook.type, element);
|
||||
this.notebookSnapshot.capture(snapshotMeta, notebookType, element);
|
||||
});
|
||||
},
|
||||
setDefaultNotebookStatus() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user