Version changed cause by change of engine is now emitted
This commit is contained in:
@@ -73,6 +73,7 @@ function selectDefaultEngine() {
|
|||||||
function selectDefaultVersion() {
|
function selectDefaultVersion() {
|
||||||
const lastVersion = versionsForCurrentEngine.value.length - 1
|
const lastVersion = versionsForCurrentEngine.value.length - 1
|
||||||
version.value = versionsForCurrentEngine.value[lastVersion];
|
version.value = versionsForCurrentEngine.value[lastVersion];
|
||||||
|
emitVersionChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
function process() {
|
function process() {
|
||||||
|
|||||||
Reference in New Issue
Block a user