Skip to content

applets/notes: Save/restore scrolling and cursor position

ivan tkachenko requested to merge work/ratijas/notes-persistent-scrolling into master

Makes scrolling position persistent, and takes some care to

  1. delay restoring until the text is laid out,
  2. throttle storage a little, so that we don't use too much I/O.

BUG: 449150

Edited by ivan tkachenko

Merge request reports