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:
parent
007d81f7e6
commit
6430208e5e
1 changed files with 2 additions and 1 deletions
|
@ -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 -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue