We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814692d commit 8ebdd64Copy full SHA for 8ebdd64
cider-inspector.el
@@ -324,8 +324,6 @@ that value.
324
(let ((point (posn-point (event-end event))))
325
(cond ((and point
326
(or (get-text-property point 'cider-value-idx)))
327
- ;; (get-text-property point 'cider-range-button)
328
- ;; (get-text-property point 'cider-action-number)))
329
(goto-char point)
330
(cider-inspector-operate-on-point))
331
(t
0 commit comments