diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 8d1f6a3d..46e8c3ba 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -425,6 +425,10 @@ function selectContentOnMouseUp(event) { } function selectContentOnClick(event) { + if(current_action === '0'){ + return; + } + // Prevent the default behavior of the click event.preventDefault();