fsnotes
fsnotes copied to clipboard
When entering "`" in a very large file, it will be severely stuck
Description
Articles are approximately 80,000 characters.
Starting to type anything is very stuttering, which is relieved by modifying the code in EditTextView.swifg
:
override func draw(_ dirtyRect: NSRect) {
super.draw(dirtyRect)
guard UserDefaultsManagement.inlineTags else { return }
return // add
if #available(OSX 10.16, *) {
...
}
}
But typing "`" still lags
To Reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
No response
FSNotes version
5.3.4
macOS/iOS version
11.2.1
Additional context
No response