Update FileManager.vue

This commit is contained in:
Baobhan Sith
2025-05-23 19:42:18 +08:00
parent fc28d9e75b
commit bb7aa12bc0
@@ -1783,8 +1783,8 @@ const handleOpenEditorClick = () => {
<!-- Path Bar with History Dropdown -->
<div ref="pathInputWrapperRef" class="relative flex items-center bg-background border border-border rounded px-1.5 py-0.5 min-w-[100px] flex-shrink">
<div ref="pathInputWrapperRef" class="relative flex items-center bg-background border border-border rounded px-1.5 py-0.5 w-fit flex-shrink">
<span v-show="!isEditingPath && !showPathHistoryDropdown" @click="startPathEdit" class="text-text-secondary whitespace-nowrap overflow-x-auto pr-2 cursor-text">
<strong
:title="t('fileManager.editPathTooltip')"