asad
This commit is contained in:
@@ -1 +1 @@
|
||||
1.2.32
|
||||
1.2.33
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user