egonSchiele / chisel

Open source writing app
https://chiseleditor.com
Other
38 stars 3 forks source link

fix: update chapter list when updating title #6

Closed alexandersmanning closed 1 year ago

alexandersmanning commented 1 year ago

Right now when you update the title for a book, it does not update the chapter list title. This PR fixes the issue by now updating the selectedBook object directly.

egonSchiele commented 1 year ago

Thanks!