Commit 424c1127 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Track toolbar link button execution

parent 2f7bf850
......@@ -72,7 +72,10 @@ export default {
:tiptap-editor="contentEditor.tiptapEditor"
@execute="trackToolbarControlExecution"
/>
<toolbar-link-button :tiptap-editor="contentEditor.tiptapEditor" />
<toolbar-link-button
:tiptap-editor="contentEditor.tiptapEditor"
@execute="trackToolbarControlExecution"
/>
<divider />
<toolbar-button
data-testid="blockquote"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment