Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

fix a bug + allow dynamic resize #9

Merged
merged 3 commits into from May 1, 2017
Merged

fix a bug + allow dynamic resize #9

merged 3 commits into from May 1, 2017

Conversation

mohitbagra
Copy link
Member

@mohitbagra mohitbagra commented May 1, 2017

Fix a bug where a value "0" was not selectable in the color control.
Also added dynamic resizing of the control


protected resize() {
// Cast as any until declarations are updated
(VSS as any).resize(null, this._bodyElement.offsetHeight);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cast is not needed anymore

Mohit Bagra added 2 commits May 1, 2017 11:03
@mmanela mmanela merged commit e939cfa into master May 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants