From 6d4e48917e63d661ff63566cbf388f70cd00ffb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 17 Mar 2023 11:47:12 +0300 Subject: [PATCH] Fixed #3760 Fixed #2348 - Inplace: FocusTrap support --- components/inplace/Inplace.spec.js | 4 ++-- components/inplace/Inplace.vue | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/inplace/Inplace.spec.js b/components/inplace/Inplace.spec.js index 23d0a132a..add7f5de4 100644 --- a/components/inplace/Inplace.spec.js +++ b/components/inplace/Inplace.spec.js @@ -60,7 +60,7 @@ describe('Inplace.vue', () => { }, slots: { display: `{{'Click to Edit'}}`, - content: `` + content: `` } }); @@ -90,7 +90,7 @@ describe('Inplace.vue', () => { }, slots: { display: `{{'Click to Edit'}}`, - content: `` + content: `` } }); diff --git a/components/inplace/Inplace.vue b/components/inplace/Inplace.vue index 3bd1cc6b8..67c21dfd4 100755 --- a/components/inplace/Inplace.vue +++ b/components/inplace/Inplace.vue @@ -1,5 +1,5 @@