mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 04:25:15 +00:00
Merge pull request #1473 from Tako88/plotconfig_fix
fix selected plot config overwritten by new or duplicate
This commit is contained in:
commit
ce23880459
|
@ -357,6 +357,7 @@ watch(
|
||||||
() => {
|
() => {
|
||||||
selIndicatorName.value = '';
|
selIndicatorName.value = '';
|
||||||
// selSubPlot.value = '';
|
// selSubPlot.value = '';
|
||||||
|
plotConfigNameLoc.value = plotStore.plotConfigName;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user