mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
fix(files): apply the renaming when leaving the input field
Refs: #42689 Signed-off-by: Raphaël Jakse <raphael.git@jakse.fr>
This commit is contained in:
parent
8694675a26
commit
c53e4a8b96
3 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<template>
|
||||
<!-- Rename input -->
|
||||
<form v-if="isRenaming"
|
||||
v-on-click-outside="stopRenaming"
|
||||
v-on-click-outside="onRename"
|
||||
:aria-label="t('files', 'Rename file')"
|
||||
class="files-list__row-rename"
|
||||
@submit.prevent.stop="onRename">
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue