shift click should add subfolds until document end if foldWidgetRange is null
This commit is contained in:
parent
41d8cfa4ef
commit
3f123b19a6
1 changed files with 2 additions and 0 deletions
|
|
@ -725,6 +725,8 @@ function Folding() {
|
|||
if (addSubfolds)
|
||||
this.foldAll(range.start.row + 1, range.end.row);
|
||||
} else {
|
||||
if (addSubfolds)
|
||||
this.foldAll(row + 1, this.getLength());
|
||||
e.target.className += " invalid"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue