1.1.15
Fix: Improve automatic copy handling based on context
Improves the behavior of the "Automatic copy to clipboard" option to work more intuitively and contextually:
No longer automatically copies when the text is inserted into an input field.
Automatically copies only when the dialog box is displayed AND no input field is in focus.
Improves detection of valid input fields (inputs, textareas, contentEditable elements).
Respects user display preferences (forces dialog display on certain domains).
This change ensures a better user experience by avoiding unnecessary replacement of clipboard content when the text is already inserted in a field.