Skip to content

Commit

Permalink
[#5] - Double click rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielramosalv committed Jul 23, 2024
1 parent 686413e commit 1671d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="flex items-center grow gap-2.5">
<img v-if="icon != null" :src="require(`@/assets/media/icon/${icon}`)" class="coder__explorer__item__icon"/>
<input ref="filename" :value="file.name" class="coder__explorer__item__name w-full" readonly
spellcheck="false" type="text" @change="editFile"/>
spellcheck="false" type="text" @change="editFile" @dblclick="editNameAction"/>
</div>
<button v-if="canRename || canDelete" ref="dotsButton" class="coder__explorer__action-button dots" tabindex="0">
<Toggle parent-position>
Expand Down

0 comments on commit 1671d21

Please sign in to comment.