Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/docs/guides/custom-context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The [`contextMenuItems`](/api-reference/enriched-text-input#contextmenuitems) pr
text-selection menu - the popover that e.g. shows **Copy / Paste / Cut** when the
user long-presses selected text.

![Demo of the context menu feature](/assets/context-menu-demo.webp)
<video autoPlay loop muted playsInline width="100%" style={{ borderRadius: '8px' }}>
<source src={require('../../static/assets/context-menu-demo.mp4').default} type="video/mp4" />
</video>

:::info

Expand Down
Binary file added docs/static/assets/context-menu-demo.mp4
Binary file not shown.
Binary file removed docs/static/assets/context-menu-demo.webp
Binary file not shown.
Loading