diff --git a/src/js/core/_core.js b/src/js/core/_core.js index dec8761..dd0a64d 100644 --- a/src/js/core/_core.js +++ b/src/js/core/_core.js @@ -135,7 +135,6 @@ module.exports = { }, oneClickSelect: (e, t = e.currentTarget) => { // In here, "this" is the element - alert("here"); var range, selection; if (window.getSelection) { selection = window.getSelection();