This commit is contained in:
2026-02-04 00:11:03 +01:00
parent 33c9c5ca78
commit 67cf770c38
2 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
1.2.32
1.2.33

View File

@@ -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',