Skip to content

Commit 650abd8

Browse files
committed
[Fix #1437] Messages button not working with mouse
1 parent 3282af3 commit 650abd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrepl-client.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ Set this to nil to prevent truncation."
12571257
(make-button (1+ l) (point)
12581258
'display "..."
12591259
'action #'nrepl--expand-button
1260+
'mouse-action #'nrepl--expand-button
12601261
'face 'link
12611262
'help-echo "RET: Expand dict."
12621263
'follow-link t))))

0 commit comments

Comments
 (0)