mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Fix pltconfig crashing in some cases
This commit is contained in:
parent
62736a0678
commit
2d37be2415
|
@ -351,6 +351,14 @@ watch(selSubPlot, () => {
|
|||
selIndicatorName.value = '';
|
||||
});
|
||||
|
||||
watch(
|
||||
() => plotStore.plotConfigName,
|
||||
() => {
|
||||
selIndicatorName.value = '';
|
||||
// selSubPlot.value = '';
|
||||
},
|
||||
);
|
||||
|
||||
onMounted(() => {
|
||||
// Deep clone and assign to editable
|
||||
plotStore.editablePlotConfig = deepClone(plotStore.plotConfig);
|
||||
|
|
Loading…
Reference in New Issue
Block a user