فهرست منبع

Restored functionality.

Andrew Chalkley 9 سال پیش
والد
کامیت
c4211d3fc2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      front-end/js/app.js

+ 1 - 0
front-end/js/app.js

@@ -94,6 +94,7 @@ serialScanner.on("deviceAdded", (port) => {
 });
 
 serialScanner.on("deviceRemoved", (port) => {
+    portsSelect.remove(port);
     new Notification(`Removed: ${port}!`);
 });