aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index d6fdb7f..7c686b5 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -143,6 +143,10 @@ Element can be a question, answer, or comment."
(let ((data (sx--link-to-data link)))
(sx-assoc-let data
(cl-case .type
+ (comment
+ (sx-display-question
+ (sx-question-get-from-comment .site_par .id) 'focus)
+ (sx--find-in-buffer 'comment .id))
(answer
(sx-display-question
(sx-question-get-from-answer .site_par .id) 'focus)