Skip to content

Commit

Permalink
修复代码库读取缓存数据不高亮的问题 (#919)
Browse files Browse the repository at this point in the history
Co-authored-by: xiangshen <[email protected]>
  • Loading branch information
xiangshenb and xiangshen authored Dec 19, 2023
1 parent 71b8e52 commit d1b2476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/kancloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function loadDocument($url, $id, $callback) {
}
renderPage(data);

loadCopySnippets();
events.trigger('article.open', { $url: $url, $id: $id });

return false;
Expand Down

0 comments on commit d1b2476

Please sign in to comment.