Changeset 0.8.0 (#39)

This commit is contained in:
2026-02-21 16:53:07 +00:00
parent b72bfbb5b4
commit 494b1aa981
14 changed files with 1510 additions and 150 deletions

View File

@@ -500,11 +500,11 @@ const DebugLog = {
function openDebugModal() {
DebugLog.render();
document.getElementById('debugModal').classList.add('active');
openModal('debugModal');
}
function closeDebugModal() {
document.getElementById('debugModal').classList.remove('active');
closeModal('debugModal');
}
function switchDebugTab(tab) {