I should make sure that when navigating the cursor through different blocks in a note document, the window should scroll up/down to always keep the cursor visible. I already use `NSTextView.scrollRangeToVisible(_:)` so it should work, but it does not for some reason. #AppKit