Skip to content

Conversation

@dmt0
Copy link
Contributor

@dmt0 dmt0 commented Jul 16, 2018

closes #579

also fixes a bug where incrementing size in numericals does 6+1=61 (yay javascript!)

@dmt0 dmt0 self-assigned this Jul 16, 2018
@dmt0 dmt0 requested review from VeraZab and nicolaskruchten July 16, 2018 20:34
@dmt0 dmt0 force-pushed the marker-size-multivalue branch 2 times, most recently from c81a654 to 29bb7ec Compare July 16, 2018 23:40
@dmt0 dmt0 force-pushed the marker-size-multivalue branch from 29bb7ec to 97f84c7 Compare July 16, 2018 23:42
@dmt0
Copy link
Contributor Author

dmt0 commented Jul 16, 2018

This one's ready

fromVal = fromObj[key];

var searchArrays = config.searchArrays;
const intoVal = intoObj[key];
Copy link
Contributor

Choose a reason for hiding this comment

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

nice fixes in this file.

if (isNumeric(value)) {
if (direction === 'increase') {
valueUpdate = value + step;
valueUpdate = parseFloat(value) + step;
Copy link
Contributor

Choose a reason for hiding this comment

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

man, can't believe we didn't have worse bugs before

@nicolaskruchten
Copy link
Contributor

So why is the slider for opacity all-blue now? In general the sliders are blue on the left, grey on the right so if the thingy is all the way to the left, it should be all-grey no? strange that it would change like this?

@nicolaskruchten nicolaskruchten merged commit 2ac28a3 into master Jul 17, 2018
@nicolaskruchten
Copy link
Contributor

💃

@nicolaskruchten nicolaskruchten deleted the marker-size-multivalue branch July 17, 2018 02:11
@nicolaskruchten nicolaskruchten restored the marker-size-multivalue branch July 18, 2018 17:16
@nicolaskruchten nicolaskruchten deleted the marker-size-multivalue branch July 18, 2018 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constant-vs-Variable in grouped context

3 participants