-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New: Thumbnails toggle button #875
New: Thumbnails toggle button #875
Conversation
ConradJChan
commented
Dec 3, 2018
Verified that @ConradJChan has signed the CLA. Thanks for the pull request! |
It might be my eyes failing on me, but the new icon looks quite a bit brighter than the others. Was that meant to be its hovered state color? |
@@ -929,7 +937,26 @@ class DocBaseViewer extends BaseViewer { | |||
* @protected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Overridden from the doc string
@@ -929,7 +937,26 @@ class DocBaseViewer extends BaseViewer { | |||
* @protected | |||
* @return {void} | |||
*/ | |||
bindControlListeners() {} | |||
bindControlListeners() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes me wonder why the controls logic was duplicated in the first place.