zubyj / leetcode-explained

Browser extension that adds video solutions, company tags, and GPT code analysis into Leetcode problems
https://leetcodeapp.com
MIT License
86 stars 13 forks source link

When the code is updated, the get complexity function still uses the old code until the page is refreshed. #11

Closed zubyj closed 1 year ago

zubyj commented 1 year ago

Every time the get complexity button is clicked, the content script should be asked to retrieve to code again. Its only being done on page update after the code is modified

zubyj commented 1 year ago

It works when I remove code, not when i add code

zubyj commented 1 year ago

uhh i think this was just because i was updating the code and trying the button again. maybe ill reopen issue if need be but its working pretty well right now.