1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-09 17:44:57 +09:00

Fix. Add-block after title does not work (#841)

This commit is contained in:
Evgenii Kozlov 2020-09-13 11:38:55 +02:00 committed by GitHub
parent 26d760588f
commit 2219a9a78f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 764 additions and 47 deletions

View file

@ -14,6 +14,7 @@
### Fixes & tech 🚒
* Cannot add block after document's title via add-block-menu (#827)
* When navigating to a document via search-screen, open this new document without passing by dashboard-screen (#830)
* Inconsistent logic when adding markup in certain corner cases (#509)
* If you change checkbox's text color and then check off this checkbox, its text color always becomes black whereas it should have the color that you've set before (#785)