修复网页按钮配置功能UI错误

This commit is contained in:
nhkefus
2025-03-20 14:30:58 +08:00
parent 2b2a77b5f5
commit 6ef875879f

View File

@@ -899,7 +899,7 @@ for (var i = 0; i < actions.length; i++) {
`;
}
document.getElementById("short_click_events_tb").innerHTML = tb_html;
componentHandler.upgradeDom();
});
@@ -1248,6 +1248,7 @@ for (var i = 0; i < actions.length; i++) {
`;
}
document.getElementById("short_click_events_tb").innerHTML = tb_html;
componentHandler.upgradeDom();
window.setTimeout(GetPowerRecord, 3000);
}, power_idx.toString());