From 1a1303f4f3c933dcfb67df7f1f630159e6ee0740 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 20:03:36 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
index 6c82379..319c137 100644
--- a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
+++ b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
@@ -78,6 +78,9 @@
         });
         this.dispatchEvent(customEvent);
     }
+    dontClose(event){
+        event.preventDefault();
+    }
 
     //Method to pass selected record to parent component.
     setSelectedValue(event) {

--
Gitblit v1.9.1