KartikTalwar / gmail-chrome-extension-boilerplate

Hello world chrome extension using gmail.js
MIT License
160 stars 62 forks source link

All files are reloaded on each user actions in Gmail #9

Open graindeweb opened 8 years ago

graindeweb commented 8 years ago

Hi,

With this boilerplate, each time we open/close/write email, navigate in history, all files are reloaded. I think this makes Gmail crash. This is the case with my extension as soon as I declare observers.

Jermanis commented 7 years ago

I have the same issue. It works fine on the initial load. When I go to another Inbox Type, the gmail.observe**.() functions are no longer called.

If I call main(); on the console manually, it starts working again.