mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21: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 = '';
|
selIndicatorName.value = '';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => plotStore.plotConfigName,
|
||||||
|
() => {
|
||||||
|
selIndicatorName.value = '';
|
||||||
|
// selSubPlot.value = '';
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// Deep clone and assign to editable
|
// Deep clone and assign to editable
|
||||||
plotStore.editablePlotConfig = deepClone(plotStore.plotConfig);
|
plotStore.editablePlotConfig = deepClone(plotStore.plotConfig);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user