Skip to content

Commit 7f357e9

Browse files
author
Guillaume Chau
committed
fix: prevent inative components from becoming more and more transparent
1 parent 3d11f1c commit 7f357e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/components/ComponentInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
:class="{
4-
inactive: instance.inactive,
4+
inactive: instance.inactive && !instance.parent.inactive,
55
selected
66
}"
77
class="instance"

0 commit comments

Comments
 (0)