fix: Fixed issue where toggling a link from Super mobile toolbar didn't work
This commit is contained in:
@@ -108,7 +108,11 @@ const MobileToolbarPlugin = () => {
|
||||
{
|
||||
name: 'Link',
|
||||
iconName: 'link',
|
||||
onSelect: insertLink,
|
||||
onSelect: () => {
|
||||
editor.update(() => {
|
||||
insertLink()
|
||||
})
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Search',
|
||||
|
||||
Reference in New Issue
Block a user