From e6bdbdbdb87e1f9cd1c54cef634767e25fda01b6 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Mon, 20 Nov 2023 15:03:15 +0100 Subject: [PATCH] refactor(files): replace deprecated `is` attr on `` with dynamic component - Special attribute `is` is deprecated and removed in Vue 3 - It is confusing, that `` element is rendered as `span` sometimes Signed-off-by: Grigorii K. Shartsev --- .../components/FileEntry/FileEntryName.vue | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/apps/files/src/components/FileEntry/FileEntryName.vue b/apps/files/src/components/FileEntry/FileEntryName.vue index 538c79b02db..3848b3bb73d 100644 --- a/apps/files/src/components/FileEntry/FileEntryName.vue +++ b/apps/files/src/components/FileEntry/FileEntryName.vue @@ -37,12 +37,13 @@ @keyup.esc="stopRenaming" /> - @@ -50,7 +51,7 @@ - +