From b7187507d1dde735600ae0ecc78ea47fc0f1f6d0 Mon Sep 17 00:00:00 2001
From: Will Sheldon <114631109+wssheldon@users.noreply.github.com>
Date: Thu, 30 Nov 2023 10:19:13 -0800
Subject: [PATCH] debounce tiptatp editor save to not interfere with typing
---
.../src/case/CaseAttributesDrawer.vue | 17 +++++++-----
.../static/dispatch/src/case/Page.vue | 26 +++++++++++--------
.../dispatch/src/components/RichEditor.vue | 20 +++++++++++++-
3 files changed, 44 insertions(+), 19 deletions(-)
diff --git a/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue b/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
index cf8664d114a7..d4a7230d8d0b 100644
--- a/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
+++ b/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
@@ -1,5 +1,6 @@
@@ -153,7 +156,7 @@ const saveCaseDetails = async () => {
diff --git a/src/dispatch/static/dispatch/src/case/Page.vue b/src/dispatch/static/dispatch/src/case/Page.vue
index 63d338d480e4..d0fc5e364105 100644
--- a/src/dispatch/static/dispatch/src/case/Page.vue
+++ b/src/dispatch/static/dispatch/src/case/Page.vue
@@ -32,8 +32,10 @@