CKEditor Link input not working in modal

Use this Code

Add in html div: data-bs-focus="false"

OR Use this Code

OR 
$('#Modal' ).modal( {
   focus: false,	
   // Do not show modal when innitialized.
   show: false
} );