Skip to content
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

Small UI bug #122

Closed
ag84ark opened this issue Jan 23, 2023 · 2 comments
Closed

Small UI bug #122

ag84ark opened this issue Jan 23, 2023 · 2 comments

Comments

@ag84ark
Copy link

ag84ark commented Jan 23, 2023

I think this should be:

widget.enableHostControl == null || widget.enableHostControl  == false

Now, if you put false, it still shows them, actually you can't make them disappear.

widget.enableHostControl ==

widget.enableHostControl ==

child: widget.enableHostControl == null || false

@maxxfrazer
Copy link
Contributor

maxxfrazer commented Jan 25, 2023

@Meherdeep looks like @ag84ark is right here.

or the condition could be changed to widget.enableHostControl != true.

Also, thanks for the issue @ag84ark!

@Meherdeep
Copy link
Contributor

Fixed with v1.2.0

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

No branches or pull requests

3 participants