mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +00:00
remove unused/empty update lifecycle method from layout.vue
This commit is contained in:
parent
57d60128a2
commit
a0327b56aa
@ -35,7 +35,8 @@
|
|||||||
ref="browseObject">
|
ref="browseObject">
|
||||||
</object-view>
|
</object-view>
|
||||||
<component class="l-shell__time-conductor"
|
<component class="l-shell__time-conductor"
|
||||||
:is="conductorComponent"></component>
|
:is="conductorComponent">
|
||||||
|
</component>
|
||||||
</pane>
|
</pane>
|
||||||
<pane class="l-shell__pane-inspector l-pane--holds-multipane"
|
<pane class="l-shell__pane-inspector l-pane--holds-multipane"
|
||||||
handle="before"
|
handle="before"
|
||||||
@ -261,7 +262,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
fullScreenToggle () {
|
fullScreenToggle() {
|
||||||
|
|
||||||
if (this.fullScreen) {
|
if (this.fullScreen) {
|
||||||
this.fullScreen = false;
|
this.fullScreen = false;
|
||||||
@ -271,12 +272,9 @@
|
|||||||
enterFullScreen();
|
enterFullScreen();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openInNewTab (event) {
|
openInNewTab(event) {
|
||||||
event.target.href = window.location.href;
|
event.target.href = window.location.href;
|
||||||
}
|
}
|
||||||
},
|
|
||||||
updated(){
|
|
||||||
console.log
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user