From b25bfabc33dc733574e8e1b176c948692680633c Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 11:29:22 +0800
Subject: [PATCH] 1

---
 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