clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
323 stars 54 forks source link

Inspector works incorrectly when jumping to an array element if paging is enabled #248

Closed alexander-yakushev closed 2 months ago

alexander-yakushev commented 2 months ago

When clicking on the last element of the rendered array chunk (with paging), the inspector instead goes to other elements or array type. Demo: array-bug

alexander-yakushev commented 2 months ago

Fixed in #246.