Update: 更新mixly-modules

This commit is contained in:
王立帮
2024-12-20 13:45:52 +08:00
parent 9b1d3242eb
commit a771c7d91b
2 changed files with 9 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ class Serial {
newOption.setAttribute('disabled', true);
$portSelector.append(newOption);
}
$portSelector.select2('close');
$portSelector.trigger('change');
let footerStatus = ports.length ? 'inline-flex' : 'none';
$('#mixly-footer-port-div').css('display', footerStatus);