Files
gerrit/polygerrit-ui/app/elements/shared/gr-cursor-manager
Wyatt Allen cca38d2065 Prevent scrolling when initializing the file list
Provide an optional parameter to the cursor manager's target setter
methods to prevent scrolling, allowing the cursor to be programmatically
initialized without needlessly scrolling the page.

Because the ScrollBehavior.ALWAYS option was actually non-functional and
was neither tested nor used in the PG code, it has been removed from the
enum and JSDocs.

Bug: Issue 5273
Change-Id: Ia299dca1ca178a8a4d60b64932b1f291e11b79de
2017-01-17 15:47:37 -08:00
..