Frontmatter
| id | 6120 |
| title | component.Base: hide() & show() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Nov 19, 2024, 1:51 AM |
| updatedAt | Nov 19, 2024, 1:52 AM |
| githubUrl | https://github.com/neomjs/neo/issues/6120 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 19, 2024, 1:52 AM |
I just noticed that inside v8, switching tabs inside the
LivePreviewno longer hides & shows the "open in new window" button at the top right corner.the reason is the following logic:
while a parent update is reasonable, it now needs to increase the depth by one, since the
removeDomflag of the child is no longer present inside the scoped vdom otherwise: