Remove the alert in one click select

This commit is contained in:
A McIlwraith 2025-01-30 19:24:11 -05:00
parent 516b0fe4df
commit 67c857bbed

View File

@ -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();