fix: 修复管理标签模态框在侧栏中打开的问题
This commit is contained in:
@@ -984,11 +984,13 @@ const cancelEditingTag = () => {
|
||||
:connection="selectedRdpConnection"
|
||||
@close="closeRdpModal"
|
||||
/> -->
|
||||
<ManageTagConnectionsModal
|
||||
:tag-info="tagToManage"
|
||||
v-model:visible="showManageTagModal"
|
||||
@saved="handleManageTagModalSaved"
|
||||
/>
|
||||
<teleport to="body">
|
||||
<ManageTagConnectionsModal
|
||||
:tag-info="tagToManage"
|
||||
v-model:visible="showManageTagModal"
|
||||
@saved="handleManageTagModalSaved"
|
||||
/>
|
||||
</teleport>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user