louisdh / textor

A plain text editor for iOS
MIT License
585 stars 113 forks source link

Fix bug where document might not autosave when going to background #17

Open Vercantez opened 6 years ago

Vercantez commented 6 years ago

This fixes the bug where the document would not save when going to the background unless the user tapped "Done" or dismissed the keyboard.

Vercantez commented 6 years ago

Ok, I fixed it up a bit. As a result of this, I also found what appears to be another bug. Textor doesn't load changes any other apps make if the document is open in Textor. I'll file an issue.