EnixCoda / Gitako

🐙 File tree extension for GitHub on Chrome & Firefox & Edge
https://chrome.google.com/webstore/detail/gitako/giljefjcheohhamkjphiebfjnlphnokk
MIT License
2.38k stars 102 forks source link

fix: sidebar navigation reset for github #292

Closed arlendp closed 1 year ago

arlendp commented 1 year ago

fix #279

I find that the bug #279 occurs with the github updates, maybe it upated the DOM layout. The code of Gitako to check in code page not working now.

image

but in the specific file page the attributes are: image

Now, the sidebar will reset when visit the specific file like this old-sidebar-reset

apply my commit and it works now new-sidebar-reset

codesandbox[bot] commented 1 year ago

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders | Preview

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitako ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:36am
EnixCoda commented 1 year ago

Wow, I am so grateful for this! Thank you so much! Really appreciated! @arlendp