mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3244 Editor | Fix | Show icon by default when creating a link-to-object block
This commit is contained in:
parent
0099b9688f
commit
23cfa42680
1 changed files with 2 additions and 1 deletions
|
@ -912,7 +912,8 @@ class Middleware @Inject constructor(
|
|||
block = Block(
|
||||
link = Block.Content.Link(
|
||||
style = Block.Content.Link.Style.Page,
|
||||
cardStyle = Block.Content.Link.CardStyle.Card
|
||||
cardStyle = Block.Content.Link.CardStyle.Card,
|
||||
iconSize = Block.Content.Link.IconSize.SizeSmall
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue