You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this amazing project. I'm trying to customise the toolbar, so far the code below works. The only problem is that @click="commands.bold" works nicely but @click="commands.link" does not work.
Why commands doesn't launch the link, image or table extension? I've spent hours trying to figure this out but there is no documentation or examples about this.
First of all, thanks for this amazing project. I'm trying to customise the toolbar, so far the code below works. The only problem is that
@click="commands.bold"
works nicely but@click="commands.link"
does not work.Why
commands
doesn't launch the link, image or table extension? I've spent hours trying to figure this out but there is no documentation or examples about this.The text was updated successfully, but these errors were encountered: