Skip to content

Commit

Permalink
Make stack click jump to beg of the fn instead of prev step
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Jul 23, 2024
1 parent 6a444a3 commit 7d97557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
### Changes

- Flows UI refactor
- Make stack click jump to beg of the fn instead of prev step

### Bugs fixed

Expand Down
2 changes: 1 addition & 1 deletion src-dbg/flow_storm/debugger/ui/flows/code.clj
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
(ui-utils/double-click? mev))
(jump-to-coord flow-id
thread-id
(runtime-api/timeline-entry rt-api flow-id thread-id fn-call-idx :prev)))))
(runtime-api/timeline-entry rt-api flow-id thread-id fn-call-idx :at)))))
{:keys [list-view-pane] :as lv-data}
(ui/list-view :editable? false
:selection-mode :single
Expand Down

0 comments on commit 7d97557

Please sign in to comment.