fix: restore PDF pen capture and overhaul sticky/pens/pages
All checks were successful
CI / Windows build (push) Successful in 9m55s
All checks were successful
CI / Windows build (push) Successful in 9m55s
Reinstall PenCaptureBinding so stylus ink hits again; keep finger Listener translucent under pinch; page-anchor sticky with drag/resize; OneNote pen slots (brush+width+color); blank-note multi-page; default side button to hold-select-text. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -237,6 +237,7 @@ void main() {
|
||||
expect(loaded, isNotNull);
|
||||
expect(loaded!.title, 'My Algebra Notes');
|
||||
expect(loaded.docType, 'notebook');
|
||||
expect(loaded.pageCount, 1);
|
||||
// The folder holds only the sidecar (and possibly its .bak/.tmp), never
|
||||
// an importable source file.
|
||||
final files = Directory(expectedFolder)
|
||||
|
||||
Reference in New Issue
Block a user