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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
The docs at the top of WorkingSetView.js say "Events dispatched: documentSelectionFocusChange ... fileViewFocusChange."
However, if you look at the code, WorkingSetView merely listens for these events; they are actually fired by FileViewController. (Look for trigger() or triggerHandler() calls). FileViewController has no docs about these events. The comment on WorkingSetView should just be moved onto FileViewController.
The docs at the top of WorkingSetView.js say "Events dispatched: documentSelectionFocusChange ... fileViewFocusChange."
However, if you look at the code, WorkingSetView merely listens for these events; they are actually fired by FileViewController. (Look for trigger() or triggerHandler() calls). FileViewController has no docs about these events. The comment on WorkingSetView should just be moved onto FileViewController.