mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
remove new line =/
This commit is contained in:
parent
01cd4c7546
commit
59008ea765
@ -269,7 +269,6 @@ export class DocumentListViewService {
|
|||||||
if (this.lastRangeSelectionToIndex !== null &&
|
if (this.lastRangeSelectionToIndex !== null &&
|
||||||
((this.lastRangeSelectionToIndex > this.rangeSelectionAnchorIndex && documentToIndex <= this.rangeSelectionAnchorIndex) ||
|
((this.lastRangeSelectionToIndex > this.rangeSelectionAnchorIndex && documentToIndex <= this.rangeSelectionAnchorIndex) ||
|
||||||
(this.lastRangeSelectionToIndex < this.rangeSelectionAnchorIndex && documentToIndex >= this.rangeSelectionAnchorIndex))) {
|
(this.lastRangeSelectionToIndex < this.rangeSelectionAnchorIndex && documentToIndex >= this.rangeSelectionAnchorIndex))) {
|
||||||
|
|
||||||
// new click is "opposite side" of anchor so we invert the old selection
|
// new click is "opposite side" of anchor so we invert the old selection
|
||||||
this.documents.slice(Math.min(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex), Math.max(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex) + 1).forEach(d => {
|
this.documents.slice(Math.min(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex), Math.max(this.rangeSelectionAnchorIndex, this.lastRangeSelectionToIndex) + 1).forEach(d => {
|
||||||
this.selected.delete(d.id)
|
this.selected.delete(d.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user