mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: redirect not working in PR pages
This commit is contained in:
parent
b20fb0b1ad
commit
8f0e4a9ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export const GitHub: Platform = {
|
|||
|
||||
return {
|
||||
'data-pjax': pjaxContainerSelector,
|
||||
'data-turbo-frame': turboContainerId,
|
||||
'data-turbo-frame': URLHelper.isInPullPage() ? undefined : turboContainerId,
|
||||
onClick() {
|
||||
/* Overwriting default onClick */
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue