1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-396 Editor | Fix | Allow navigating to the @-mentioned target when target has bookmark layout (#2573)

This commit is contained in:
Evgenii Kozlov 2022-08-30 13:38:43 +03:00
parent 007d81f7e6
commit 6430208e5e

View file

@ -2916,7 +2916,8 @@ class EditorViewModel(
ObjectType.Layout.PROFILE,
ObjectType.Layout.NOTE,
ObjectType.Layout.TODO,
ObjectType.Layout.FILE -> {
ObjectType.Layout.FILE,
ObjectType.Layout.BOOKMARK -> {
proceedWithOpeningPage(target = target)
}
ObjectType.Layout.SET -> {