chore(fmt)

This commit is contained in:
Lemmy
2026-03-24 08:25:52 -04:00
parent 2d6ef5456d
commit 020dab63bf
+2 -1
View File
@@ -61,8 +61,9 @@ Item {
snapshot.scheduleUpdate();
Qt.callLater(() => {
if (!_running)
if (!_running) {
return;
}
const applyFn = _pendingApplyChange;
_pendingApplyChange = null;