Skip to content

Commit c7f8baf

Browse files
committed
Prevent second DOM tree UI from opening if it's already in view
1 parent 2d366d7 commit c7f8baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div class="app-side-view">
1212
<div class="side-content">
13-
<div class="dom-tree-wrapper" :class="{ active: isDragging }">
13+
<div class="dom-tree-wrapper" :class="{ active: isDragging && mode !== 'dom' }">
1414
<div class="header">
1515
<p>DOM tree</p>
1616
</div>

0 commit comments

Comments
 (0)