From 801b29402de11aad7fa0320fd3fe65641cc2bad8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 30 Mar 2023 10:38:33 -0700 Subject: [PATCH] Fix strict mode editor blur bug --- index.html | 2 +- src-web/components/App.tsx | 3 +++ src-web/components/RequestPane.tsx | 22 +++++++++++-------- src-web/components/core/Editor/Editor.tsx | 26 +++++++++++++++++------ src-web/components/core/Editor/index.tsx | 3 +-- src-web/components/core/Input.tsx | 8 ++++--- src-web/hooks/useRequestUpdateKey.ts | 3 ++- src-web/hooks/useTauriListeners.ts | 5 ++++- src-web/main.css | 13 +++++++----- 9 files changed, 56 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index a50c3894..72141867 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Yaak App - +