Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Jan 27, 2024
1 parent 236613d commit 303aab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event/mouseover.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function getTextFromRange(range) {
function expandRange(range, type) {
try {
if (type == "container" && range.startContainer) {
console.log(range.startContainer);
range.setStartBefore(range.startContainer);
range.setEndAfter(range.startContainer);
range.setStart(range.startContainer, 0);
Expand Down

0 comments on commit 303aab6

Please sign in to comment.