mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修复代码库读取缓存数据不高亮的问题 (#919)
Co-authored-by: xiangshen <xiangshen@gw.com.cn>
This commit is contained in:
parent
71b8e528ff
commit
d1b2476092
@ -178,6 +178,7 @@ function loadDocument($url, $id, $callback) {
|
||||
}
|
||||
renderPage(data);
|
||||
|
||||
loadCopySnippets();
|
||||
events.trigger('article.open', { $url: $url, $id: $id });
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user