Skip to content

fix(tooltip): Missing hide call when mcDisabled set to true #118

Merged
merged 1 commit into from
May 7, 2019
Merged

fix(tooltip): Missing hide call when mcDisabled set to true #118

merged 1 commit into from
May 7, 2019

Conversation

LeonVay
Copy link
Contributor

@LeonVay LeonVay commented May 7, 2019

@fost , @lskramarov please take a look.
Previously I've forgot to call hide method in case if mcDisabledTooltip set to false, which trigger changes and set mcVisible to false. So the code flow looks like this:
mcTooltipDisabled => set to true => emmit changes => show => ok => mcTooltipDisabled => set to false => emit changes => mcVisible set to false => trigger hide

@LeonVay
Copy link
Contributor Author

LeonVay commented May 7, 2019

@fost , @lskramarov please take a look.

@pimenovoleg pimenovoleg self-requested a review May 7, 2019 19:30
@pimenovoleg pimenovoleg merged commit d1a2eb2 into positive-js:master May 7, 2019
@LeonVay LeonVay deleted the fix/fix(tooltip)_Missing_hide_call_when_mcDisabled_set_to_true branch May 8, 2019 05:44
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.

2 participants