Skip to content

Commit

Permalink
fix: 转发时at用户没有反应的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Feb 28, 2019
1 parent 673080c commit 9430f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zhiyicx-plus-pc/resources/assets/web/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ $(function() {
var name = $(this).data('user-name')
$el = $('.ev-ipt-repostable-content');

$el.val($el.val() + "@" + name + " ")
$el.html($el.html() + "@" + name + " ")
repostable.showMention(false);
})

Expand Down

0 comments on commit 9430f5c

Please sign in to comment.