<!-- **IMPORTANT!** Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. --> ### Version vue-final-modal: 2.3.1 vue: 2.6.12 ### OS Windows ### Reproduction Link https://codesandbox.io/s/cocky-night-0ysyb?file=/src/App.vue ### Steps to reproduce Select the text with a sloppy move: mousedown is inside the modal and mouse button released when cursor is on overlay ### What is Expected? Text is selected and modal is not closed ### What is actually happening? modal closed. Probably event type should be `mousedown` **OR** event handler should check [Window.getSelection()](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)