| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.1.1 source code.tar.gz | 2025-11-12 | 3.9 MB | |
| 10.1.1 source code.zip | 2025-11-12 | 3.9 MB | |
| README.md | 2025-11-12 | 440 Bytes | |
| Totals: 3 Items | 7.8 MB | 0 | |
10.1.1
This patch adds a text document proxy function for deselecting the selected text.
This is used to fix a full document reader bug where any selected text was not included in the result.
✨ Features
Proxy.SelectionEdgeis a new enum.UITextDocumentProxyhas a newdeselectSelectedText(...)function.
🐛 Bug fixes
UITextDocumentProxy.fullDocumentProxy()deselects all text before reading.