Remove the alert in one click select
This commit is contained in:
parent
516b0fe4df
commit
67c857bbed
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user