Merge branch 'master' into features/indexmacros

This commit is contained in:
Juergen Spitzmueller 2022-04-19 11:54:11 +02:00
commit 5093e39170

View File

@ -322,6 +322,7 @@ DocIterator CursorData::selectionEnd() const
if (di.depth() > depth()) {
di.resize(depth());
++di.pos();
di.boundary(true);
}
return di;
}