Fix label updates
This commit is contained in:
parent
403049692c
commit
b5387deb9a
|
@ -373,6 +373,7 @@ function handleUpdate(style, {reason, method} = {}) {
|
|||
$$('.entry-state-toggle', oldEntry).forEach(el => (el.checked = style.enabled));
|
||||
oldEntry.styleMeta = newStyleMeta;
|
||||
entry = oldEntry;
|
||||
UI.addLabels(entry);
|
||||
oldEntry = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user