You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean that is was added by a purpose. As I remember, it's needed because we copy-pasted code from original mail module and without .off() we'd have duplicates fo the handler.
We can take a look, if you make a PR
Need to remove
bus.off('notification');
from mail_base/static/lib/base.js
Calling .off() with no arguments removes all handlers attached to the bus
The text was updated successfully, but these errors were encountered: