fix: 修复管理标签模态框在侧栏中打开的问题

This commit is contained in:
Baobhan Sith
2025-05-12 16:00:06 +08:00
parent 2a5551b42e
commit bfbde6c601
@@ -984,11 +984,13 @@ const cancelEditingTag = () => {
:connection="selectedRdpConnection" :connection="selectedRdpConnection"
@close="closeRdpModal" @close="closeRdpModal"
/> --> /> -->
<teleport to="body">
<ManageTagConnectionsModal <ManageTagConnectionsModal
:tag-info="tagToManage" :tag-info="tagToManage"
v-model:visible="showManageTagModal" v-model:visible="showManageTagModal"
@saved="handleManageTagModalSaved" @saved="handleManageTagModalSaved"
/> />
</teleport>
</div> </div>
</template> </template>