revert: previous merge

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-11-24 17:17:32 +05:30
parent 847c1a0f2a
commit 76b47597f8
5 changed files with 24 additions and 71 deletions

View File

@@ -583,7 +583,6 @@ export default {
},
mixins: [spreadsheet],
props: {
isActive: Boolean,
tabId: String,
env: String,
nodes: Object,
@@ -671,11 +670,6 @@ export default {
rowContextMenu: null
}),
watch: {
isActive(n, o) {
if (!o && n) {
this.reload()
}
},
page(p) {
this.$store.commit('tabs/MutSetTabState', {
id: this.uniqueId,
@@ -1165,9 +1159,7 @@ export default {
}
},
computed: {
tabsState() {
return this.$store.state.tabs.tabsState || {}
},
tabsState() { return this.$store.state.tabs.tabsState || {} },
uniqueId() {
return `${this.tabId}_${this.selectedViewId}`
},