You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/editor.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8705,8 +8705,11 @@
8705
8705
// Next line is comented to prevent deselecting selection. It looks like work but if there are any issues will appear then uconmment it as well as code above.
8706
8706
//sel.collapseToStart();
8707
8707
varrange=sel.getRangeAt(0);
8708
-
varspan=document.createElement('span');// something happening here preventing selection of elements
8709
-
range.collapse(false);
8708
+
varspan=document.createElement('span');// something happening here preventing selection of elements
0 commit comments