Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jul 26, 2023
1 parent f2bdaf7 commit ff0a130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ NexT.utils = {
if (isHljs && CONFIG.copycode.style === 'mac') {
target = element;
} else {
// https://github.com/next-theme/hexo-theme-next/issues/98
// https://github.com/next-theme/hexo-theme-next/pull/508
const container = element.querySelector('.table-container') || element;
const box = document.createElement('div');
box.className = 'code-container';
Expand Down

0 comments on commit ff0a130

Please sign in to comment.