From 70428174cfef01c8f4ef255405051de36729c442 Mon Sep 17 00:00:00 2001 From: JB Date: Mon, 10 Aug 2020 01:07:06 +0200 Subject: [PATCH] fix: correct focus toggle handling --- examples/src/App.vue | 17 ++++++++++------- package.json | 2 +- src/Dialog/Dialog.ts | 13 ++++++++++++- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/examples/src/App.vue b/examples/src/App.vue index 670cd47..6f3a951 100644 --- a/examples/src/App.vue +++ b/examples/src/App.vue @@ -1,21 +1,24 @@