mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 16:27:07 +00:00
feat: auto navigation to diff
This commit is contained in:
@@ -223,6 +223,9 @@ export class DocumentHistoryModal extends Modal {
|
|||||||
}
|
}
|
||||||
// Reset diff navigation after content changes
|
// Reset diff navigation after content changes
|
||||||
this.resetDiffNavigation();
|
this.resetDiffNavigation();
|
||||||
|
if (this.showDiff) {
|
||||||
|
this.navigateDiff("next");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user