mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
perf(editor): Optimize log entries calculation with throttled watcher (no-changelog) (#18486)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user