From 67cf770c38932f0c0c41f9c2bf61ee24a669c8ef Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 4 Feb 2026 00:11:03 +0100 Subject: [PATCH] asad --- config/current.ver | 2 +- public/assets/js/ui-editor.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/current.ver b/config/current.ver index 828cb60..7a5b0e5 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.2.32 \ No newline at end of file +1.2.33 \ No newline at end of file diff --git a/public/assets/js/ui-editor.js b/public/assets/js/ui-editor.js index d2337fa..a567a57 100644 --- a/public/assets/js/ui-editor.js +++ b/public/assets/js/ui-editor.js @@ -336,6 +336,14 @@ export function initEditor() { }, 800); }; const onUpdate = (reason, model) => { + if (reason === 'style:property:update' && !model) { + debugUiLog({ + event: 'dirty:skip', + reason, + note: 'no-model', + }); + return; + } if (selectionJustChanged) { debugUiLog({ event: 'dirty:skip',