mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: extend native PJAX compatibility
This commit is contained in:
parent
e5d4b6875f
commit
f88d7c0575
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ export const GitHub: Platform = {
|
|||
delegatePJAXProps(options) {
|
||||
if (!options?.node || options.node.type === 'blob')
|
||||
return {
|
||||
'data-pjax': '#repo-content-pjax-container',
|
||||
'data-pjax': '#repo-content-pjax-container, #js-repo-pjax-container',
|
||||
onClick() {
|
||||
/* Overwriting default onClick */
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue