KartikTalwar/gmail-chrome-extension-boilerplate

All files are reloaded on each user actions in Gmail

graindeweb opened this issue · 1 comments

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.

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.