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