Merge pull request #375 from lnswlrd/fix/app

Bug fix view.js
This commit is contained in:
Joel Wetzell
2026-05-15 08:28:59 -05:00
committed by GitHub
+4
View File
@@ -310,6 +310,10 @@ module.exports.resetPinned = function resetPinned() {
pinnedDevices.length = 0;
activeDevice = false;
Object.keys(DEVICE.all).forEach((id) => {
DEVICE.all[id].frameDrawn = false;
});
try {
document.querySelector('#device-list .active-device').classList.remove('active-device');
} catch (err) {