Skip to content

Commit 5361265

Browse files
committed
Remove sync request in app
1 parent 854ee1b commit 5361265

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

client/src/entry/analysis/App.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export default {
9595
9696
const userStore = useUserStore();
9797
const { currentTheme } = storeToRefs(userStore);
98-
const { currentHistory } = storeToRefs(useHistoryStore());
9998
10099
const toastRef = ref(null);
101100
setToastComponentRef(toastRef);
@@ -145,7 +144,6 @@ export default {
145144
confirmDialogRef,
146145
uploadModal,
147146
currentTheme,
148-
currentHistory,
149147
embedded,
150148
currentTour,
151149
};
@@ -187,11 +185,6 @@ export default {
187185
console.debug("App - Confirmation before route change: ", this.confirmation);
188186
this.$router.confirmation = this.confirmation;
189187
},
190-
currentHistory() {
191-
if (!this.embedded) {
192-
this.Galaxy.currHistoryPanel.syncCurrentHistoryModel(this.currentHistory);
193-
}
194-
},
195188
},
196189
mounted() {
197190
if (!this.embedded) {

0 commit comments

Comments
 (0)