Notify article uploads after undo and redo

This commit is contained in:
John Preston
2026-07-19 22:47:16 +04:00
parent 84b6d6efb6
commit 4d83f62569
@@ -4627,6 +4627,9 @@ void Widget::performUndoRedo(bool redo, bool allowFieldLocal) {
: false;
clearFieldUndoRedoNoopState();
notifyToolbarStateChanged();
_autosaveEvents.fire({
.type = AutosaveEventType::StructuralMutation,
});
}
void Widget::notifyToolbarStateChanged() {