This commit is contained in:
2026-02-04 02:46:35 +01:00
parent 379d7354c2
commit cddb8e6da7
3 changed files with 50 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ export function initEditor() {
let lastSelectionInfo = null;
const debugUiLog = (payload) => {
// Deaktiviert auf Wunsch (Log-Datei ui_editor_dirty.log soll nicht mehr geschrieben werden)
return;
const now = Date.now();
const key = payload && payload.event ? payload.event : 'log';
if (now - lastDebugTs < 400 && key === lastDebugKey) return;