perf(editor): Optimize log entries calculation with throttled watcher (no-changelog) (#18486)

This commit is contained in:
Alex Grozav
2025-08-26 13:45:35 +01:00
committed by GitHub
parent 38f25d74eb
commit 71ff4d8b6b
8 changed files with 79 additions and 32 deletions

View File

@@ -71,7 +71,7 @@ export function toggleInputPanel() {
}
export function clickOpenNdvAtRow(rowIndex: number) {
getLogEntries().eq(rowIndex).realHover();
getLogEntries().eq(rowIndex).trigger('focus').realHover();
getLogEntries().eq(rowIndex).find('[aria-label="Open..."]').click();
}