Fix manage_a11y_page handler for showing shelf buttons
The pref toggle change handler was referencing the toggle using this.$.<control-id>. This seems to be broken - possibly because the toggle is inside a template element. This changes the code to use this.$$('$<control-id>'). BUG=1150682 TEST=Toggle the setting to show shelf navigation buttons in tablet mode, and verify the shelf state (while in tablet mode) changes. Change-Id: I522a296320e886693dfd64688c51ab6a5030f9ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548189 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#829261}
Showing
Please register or sign in to comment