Skip to content

fix(ui): handle visibility from object prop for CoreTab. WF-73#580

Merged
ramedina86 merged 1 commit intowriter:devfrom
madeindjs:WF-73
Oct 14, 2024
Merged

fix(ui): handle visibility from object prop for CoreTab. WF-73#580
ramedina86 merged 1 commit intowriter:devfrom
madeindjs:WF-73

Conversation

@madeindjs
Copy link
Collaborator

The issue was that the tab is randomly visible when receiving Visibility setting from the state object property.

The root cause is ComponentProxy try to apply display: none, but it collide with CoreTab's v-show. The fix is simply to check the visibily in CoreTab to adapt v-show accordingly.

The issue was that the tab is randomly visible when receiving Visibility
setting from the state object property.

The root cause is `ComponentProxy` try to apply `display: none`, but it
collide with `CoreTab`'s `v-show`. The fix is simply to check the
visibily in `CoreTab` to adapt `v-show` accordingly.
@madeindjs madeindjs self-assigned this Oct 7, 2024
@ramedina86
Copy link
Collaborator

Nice investigation and fix ;)

@ramedina86 ramedina86 merged commit 89233a9 into writer:dev Oct 14, 2024
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.

2 participants