mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:46:40 +00:00
fix(nc-gui): attachment: inline renaming reifnements 2
This commit is contained in:
@@ -213,11 +213,11 @@ const handleFileRename = async () => {
|
||||
{{ item.title }}
|
||||
</template>
|
||||
</NcTooltip>
|
||||
<input
|
||||
<a-input
|
||||
v-else
|
||||
ref="inputBox"
|
||||
v-model="newTitle"
|
||||
class="border-none text-[12px] h-5 p-0"
|
||||
v-model:value="newTitle"
|
||||
class="!text-[12px] !h-5 !p-0 !bg-transparent !rounded-md"
|
||||
type="text"
|
||||
@keydown.enter="handleFileRename"
|
||||
@keydown.escape.stop="handleResetFileRename"
|
||||
|
||||
Reference in New Issue
Block a user