Skip to content

Commit 8f229ae

Browse files
Update webview-ui/src/components/chat/BrowserSessionRow.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent eee8d51 commit 8f229ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

webview-ui/src/components/chat/BrowserSessionRow.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -622,15 +622,15 @@ const BrowserSessionRow = memo((props: BrowserSessionRowProps) => {
622622
<>
623623
{getActionIcon(action.action)}
624624
<span>
625-
{getBrowserActionText(
626-
action.action,
627-
pages[currentPageIndex]?.mousePosition,
628-
action.coordinate,
629-
action.text,
630-
pageSize,
631-
pageViewportWidth,
632-
pageViewportHeight,
633-
)}
625+
{getBrowserActionText(
626+
action.action,
627+
action.executedCoordinate,
628+
action.coordinate,
629+
action.text,
630+
pageSize,
631+
pageViewportWidth,
632+
pageViewportHeight,
633+
)}
634634
</span>
635635
</>
636636
)

0 commit comments

Comments
 (0)