Skip to content

Commit a34b8d1

Browse files
committed
fix: remove text unselect, closes #389
1 parent a92c4b2 commit a34b8d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/RecycleScroller.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ export default {
592592
593593
sortViews () {
594594
this.pool.sort((viewA, viewB) => viewA.nr.index - viewB.nr.index)
595-
// Remove text selections as they will most likely be wrong or partial
596-
window.getSelection().removeAllRanges()
597595
},
598596
},
599597
}

0 commit comments

Comments
 (0)