Skip to content

Commit

Permalink
第一行bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PPzXiao committed Jun 14, 2020
1 parent 2b9f31d commit c44682e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/label/labeling.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,9 @@ const carouselPrefix = '?imageView2/2/h/440'
} else{
windowselect = window.getSelection().anchorNode.previousSibling
}
console.log('12212',windowselect);
while(1){
while(windowselect){
if(windowselect.nodeName==='DIV'){
that.selectpara+=windowselect.firstChild.data
var windowselect1 = windowselect.firstChild.nextSibling
Expand Down

0 comments on commit c44682e

Please sign in to comment.