mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-540 Editor | Fix | Do not show message after link to from the slash menu (#2656)
This commit is contained in:
parent
d564234943
commit
16293155e0
1 changed files with 1 additions and 3 deletions
|
@ -5089,9 +5089,7 @@ class EditorViewModel(
|
|||
Prototype.Bookmark.Existing(target = link)
|
||||
else
|
||||
Prototype.Link(target = link),
|
||||
onSuccess = {
|
||||
dispatch(Command.OpenObjectSnackbar(id = link, text, icon, isSet))
|
||||
}
|
||||
onSuccess = {}
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue