From 862b3132e555cf0018d41ac12a8a9801488019b6 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 538c79b02db9b..3848b3bb73d18 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 @@ - +